|
1 | 1 | # Third-party Licenses
|
2 | 2 |
|
3 |
| -- [clap](https://crates.io/crates/clap): |
4 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
5 |
| -- [git2](https://crates.io/crates/git2): |
6 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
7 |
| - |
8 |
| - The following are conditionally included in binaries (using the `openssl-vendored` feature on a |
9 |
| - case-by-case basis) because it is a dependency of git2: |
10 |
| - |
11 |
| - - [openssl](https://crates.io/crates/openssl): Licensed under [Apache 2.0][Apache2] |
12 |
| - - [openssl-probe](https://crates.io/crates/openssl-probe): |
13 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
14 |
| - |
15 |
| -- [lenient_semver](https://crates.io/crates/lenient_semver): |
16 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
17 |
| -- [log](https://crates.io/crates/log): |
18 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
19 |
| -- [regex](https://crates.io/crates/regex): |
20 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
21 |
| -- [reqwest](https://crates.io/crates/reqwest): |
22 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
23 |
| -- [semver](https://crates.io/crates/semver): |
24 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
25 |
| -- [serde](https://crates.io/crates/serde): |
26 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
27 |
| -- [serde-xml-rs](https://crates.io/crates/serde-xml-rs): Licensed under [MIT]. |
28 |
| -- [serde_json](https://crates.io/crates/serde_json): |
29 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
30 |
| -- [which](https://crates.io/crates/which): Licensed under [MIT]. |
31 |
| -- [tokio](https://crates.io/crates/tokio): Licensed under [MIT]. |
32 |
| -- [futures](https://crates.io/crates/futures): |
33 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
34 |
| -- [chrono](https://crates.io/crates/chrono): |
35 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
36 |
| -- [colored](https://crates.io/crates/colored): Licensed under [MPL-2.0] |
37 |
| - |
38 |
| -The python binding uses |
39 |
| - |
40 |
| -- [pyo3](https://crates.io/crates/pyo3): |
41 |
| - Dual-licensed under [Apache 2.0][Apache2] or [MIT]. |
42 |
| - |
43 |
| -The node binding uses |
44 |
| - |
45 |
| -- [napi](https://crates.io/crates/napi): Licensed under [MIT] |
46 |
| -- [napi-derive](https://crates.io/crates/napi-derive): Licensed under [MIT] |
47 |
| - |
48 |
| -[MIT]: https://choosealicense.com/licenses/mit |
49 |
| -[Apache2]: https://choosealicense.com/licenses/apache-2.0/ |
50 |
| -[MPL-2.0]: https://choosealicense.com/licenses/mpl-2.0 |
| 3 | +This page is generated when mkdocs builds. |
| 4 | +All content here is overwritten when building the docs. |
| 5 | +See [license_gen.py](../license_gen.py) to make changes to this doc. |
0 commit comments