Third-party Licenses¶
Icon¶

The key icon used in this project was sourced from the Heroicons project (licensed under MIT).
Software dependencies¶
| Dependency | License |
|---|---|
| rand v0.10.1 | MIT OR Apache-2.0 |
Conditional dependencies¶
The following is included in binaries and FFI bindings because it facilitates parsing CLI options:
| Dependency | License |
|---|---|
| clap | MIT OR Apache-2.0 |
Bindings' dependencies¶
Python binding¶
| Dependency | License |
|---|---|
| mk-pass v0.1.3 | MIT |
| pyo3 v0.28.3 | MIT OR Apache-2.0 |
Node.js binding¶
| Dependency | License |
|---|---|
| mk-pass v0.1.3 | MIT |
| napi v3.9.0 | MIT |
| napi-derive v3.5.6 (proc-macro) | MIT |