summaryrefslogtreecommitdiff
path: root/docs/about
diff options
context:
space:
mode:
authorKyleMiles <krm504@nyu.edu>2023-09-07 22:36:28 -0400
committerPeter LaFosse <peter@vector35.com>2023-09-11 11:06:38 -0400
commitb4da85f227630f8a1d7f4328f45e0f7d3d5a7e29 (patch)
tree9dc2752c9a92dc112e379a3b1e9bae80bd069c4d /docs/about
parent8bdbbee31eda424f363d5f0ff1a0dfd5444cf477 (diff)
Update Open Source Attributions
Diffstat (limited to 'docs/about')
-rw-r--r--docs/about/open-source.md594
1 files changed, 569 insertions, 25 deletions
diff --git a/docs/about/open-source.md b/docs/about/open-source.md
index b2817625..e5da47fc 100644
--- a/docs/about/open-source.md
+++ b/docs/about/open-source.md
@@ -26,7 +26,6 @@ The previous tools are used in the generation of our documentation, but are not
* Core
- [abseil-cpp] ([abseil-cpp license] - Apache 2.0)
- - [pulldown-cmark] ([pulldown-cmark license] - MIT)
- [jsoncpp] ([jsoncpp] - Public Domain / MIT)
- [llvm] ([llvm license] - BSD-style)
- [lzf] ([lzf license] - BSD)
@@ -35,16 +34,194 @@ The previous tools are used in the generation of our documentation, but are not
- [zlib] ([zlib license] - zlib license)
- [rapidjson] ([rapidjson license] - MIT)
- [jemalloc] ([jemalloc license] - 2-clause BSD)
- - [Rust] ([Rust license] - MIT)
- - [curl-rust] ([curl-rust license] - MIT)
- [curl] ([curl license] - MIT)
- - [nom] ([nom license] - MIT)
- [xxHash] ([xxHash License] - 2-clause BSD)
- - [pdb (Rust crate)] ([pdb license] - Apache 2.0 / MIT)
- [botan] ([botan license] - 2-clause BSD)
- - [num-bigint] ([num-bigint license] - Apache 2.0 / MIT)
- - [num-integer] ([num-integer license] - Apache 2.0 / MIT)
- - [num-traits] ([num-traits license] - Apache 2.0 / MIT)
+
+* Core (Rust)
+ - [Rust] ([Rust license] - Apache 2.0 / MIT)
+ - [pdb-patched] ([pdb-patched license] - Apache 2.0 / MIT -- This repository contains the changes we've made to the PDB crate)
+ - [adler] ([adler license] - APACHE 2.0 / MIT / BSD Zero Clause)
+ - [aead] ([aead license] - APACHE 2.0 / MIT)
+ - [aes] ([aes license] - APACHE 2.0 / MIT)
+ - [aes-gcm] ([aes-gcm license] - APACHE 2.0 / MIT)
+ - [ahash] ([ahash license] - APACHE 2.0 / MIT)
+ - [aho-corasick] ([aho-corasick license] - MIT / Unlicense)
+ - [anyhow] ([anyhow license] - APACHE 2.0 / MIT)
+ - [array-init] ([array-init license] - APACHE 2.0 / MIT)
+ - [arrayvec] ([arrayvec license] - APACHE 2.0 / MIT)
+ - [async-compression] ([async-compression license] - APACHE 2.0 / MIT)
+ - [autocfg] ([autocfg license] - APACHE 2.0 / MIT)
+ - [base64] ([base64 license] - APACHE 2.0 / MIT)
+ - [bindgen] ([bindgen license] - BSD 3-Clause)
+ - [binrw] ([binrw license] - MIT)
+ - [binrw_derive] ([binrw_derive license] - MIT)
+ - [bitflags] ([bitflags license] - APACHE 2.0 / MIT)
+ - [block-buffer] ([block-buffer license] - APACHE 2.0 / MIT)
+ - [byteorder] ([byteorder license] - MIT / Unlicense)
+ - [bytes] ([bytes license] - MIT)
+ - [cab] ([cab license] - MIT)
+ - [cc] ([cc license] - APACHE 2.0 / MIT)
+ - [cexpr] ([cexpr license] - APACHE 2.0 / MIT)
+ - [cfg-if] ([cfg-if license] - APACHE 2.0 / MIT)
+ - [cipher] ([cipher license] - APACHE 2.0 / MIT)
+ - [clang-sys] ([clang-sys license] - APACHE 2.0)
+ - [core-foundation-sys] ([core-foundation-sys license] - APACHE 2.0 / MIT)
+ - [core-foundation] ([core-foundation license] - APACHE 2.0 / MIT)
+ - [cpufeatures] ([cpufeatures license] - APACHE 2.0 / MIT)
+ - [crc32fast] ([crc32fast license] - APACHE 2.0 / MIT)
+ - [ctr] ([ctr license] - APACHE 2.0 / MIT)
+ - [cty] ([cty license] - APACHE 2.0 / MIT)
+ - [curl-sys] ([curl-sys license] - MIT)
+ - [curl] ([curl license] - MIT)
+ - [digest] ([digest license] - APACHE 2.0 / MIT)
+ - [either] ([either license] - APACHE 2.0 / MIT)
+ - [encoding_rs] ([encoding_rs license] - APACHE 2.0 / MIT / BSD 3-Clause)
+ - [fallible-iterator] ([fallible-iterator license] - APACHE 2.0 / MIT)
+ - [flate2] ([flate2 license] - APACHE 2.0 / MIT)
+ - [fnv] ([fnv license] - APACHE 2.0 / MIT)
+ - [form_urlencoded] ([form_urlencoded license] - APACHE 2.0 / MIT)
+ - [futures] ([futures license] - APACHE 2.0 / MIT)
+ - [futures-channel] ([futures-channel license] - APACHE 2.0 / MIT)
+ - [futures-core] ([futures-core license] - APACHE 2.0 / MIT)
+ - [futures-executor] ([futures-executor license] - APACHE 2.0 / MIT)
+ - [futures-io] ([futures-io license] - APACHE 2.0 / MIT)
+ - [futures-macro] ([futures-macro license] - APACHE 2.0 / MIT)
+ - [futures-sink] ([futures-sink license] - APACHE 2.0 / MIT)
+ - [futures-task] ([futures-task license] - APACHE 2.0 / MIT)
+ - [futures-util] ([futures-util license] - APACHE 2.0 / MIT)
+ - [generic-array] ([generic-array license] - MIT)
+ - [getopts] ([getopts license] - APACHE 2.0 / MIT)
+ - [getrandom] ([getrandom license] - APACHE 2.0 / MIT)
+ - [ghash] ([ghash license] - APACHE 2.0 / MIT)
+ - [gimli] ([gimli license] - APACHE 2.0 / MIT)
+ - [glob] ([glob license] - APACHE 2.0 / MIT)
+ - [h2] ([h2 license] - MIT)
+ - [hashbrown] ([hashbrown license] - APACHE 2.0 / MIT)
+ - [home] ([home license] - APACHE 2.0 / MIT)
+ - [http] ([http license] - APACHE 2.0 / MIT)
+ - [http-body] ([http-body license] - MIT)
+ - [httparse] ([httparse license] - APACHE 2.0 / MIT)
+ - [httpdate] ([httpdate license] - APACHE 2.0 / MIT)
+ - [hyper] ([hyper license] - MIT)
+ - [hyper-rustls] ([hyper-rustls license] - APACHE 2.0 / MIT / ISC)
+ - [idna] ([idna license] - APACHE 2.0 / MIT)
+ - [indexmap] ([indexmap license] - APACHE 2.0 / MIT)
+ - [input_buffer] ([input_buffer license] - APACHE 2.0 / MIT)
+ - [ipnet] ([ipnet license] - APACHE 2.0 / MIT)
+ - [itertools] ([itertools license] - APACHE 2.0 / MIT)
+ - [itoa] ([itoa license] - APACHE 2.0 / MIT)
+ - [keyring] ([keyring license] - APACHE 2.0 / MIT)
+ - [lazy_static] ([lazy_static license] - APACHE 2.0 / MIT)
+ - [lazycell] ([lazycell license] - APACHE 2.0 / MIT)
+ - [lexical-core] ([lexical-core license] - APACHE 2.0 / MIT)
+ - [libc] ([libc license] - APACHE 2.0 / MIT)
+ - [libloading] ([libloading license] - ISC)
+ - [libz-sys] ([libz-sys license] - APACHE 2.0 / MIT)
+ - [log] ([log license] - APACHE 2.0 / MIT)
+ - [lzxd] ([lzxd license] - APACHE 2.0 / MIT)
+ - [machine-uid] ([machine-uid license] - MIT)
+ - [markdown] ([markdown license] - MIT)
+ - [matches] ([matches license] - MIT)
+ - [memchr] ([memchr license] - MIT / Unlicense)
+ - [mime] ([mime license] - MIT)
+ - [mime_guess] ([mime_guess license] - MIT)
+ - [minimal-lexical] ([minimal-lexical license] - APACHE 2.0 / MIT)
+ - [miniz_oxide] ([miniz_oxide license] - APACHE 2.0 / MIT / ZLIB)
+ - [mio] ([mio license] - MIT)
+ - [nom] ([nom license] - MIT)
+ - [num-bigint] ([num-bigint license] - APACHE 2.0 / MIT)
+ - [num-integer] ([num-integer license] - APACHE 2.0 / MIT)
+ - [num-traits] ([num-traits license] - APACHE 2.0 / MIT)
+ - [num_cpus] ([num_cpus license] - APACHE 2.0 / MIT)
+ - [num_threads] ([num_threads license] - APACHE 2.0 / MIT)
+ - [object] ([object license] - APACHE 2.0 / MIT)
+ - [once_cell] ([once_cell license] - APACHE 2.0 / MIT)
+ - [opaque-debug] ([opaque-debug license] - APACHE 2.0 / MIT)
+ - [owo-colors] ([owo-colors license] - MIT)
+ - [pdb] ([pdb license] - APACHE 2.0 / MIT)
+ - [peeking_take_while] ([peeking_take_while license] - APACHE 2.0 / MIT)
+ - [pem] ([pem license] - MIT)
+ - [percent-encoding] ([percent-encoding license] - APACHE 2.0 / MIT)
+ - [pin-project] ([pin-project license] - APACHE 2.0 / MIT)
+ - [pin-project-internal] ([pin-project-internal license] - APACHE 2.0 / MIT)
+ - [pin-project-lite] ([pin-project-lite license] - APACHE 2.0 / MIT)
+ - [pin-utils] ([pin-utils license] - APACHE 2.0 / MIT)
+ - [pkg-config] ([pkg-config license] - APACHE 2.0 / MIT)
+ - [polyval] ([polyval license] - APACHE 2.0 / MIT)
+ - [ppv-lite86] ([ppv-lite86 license] - APACHE 2.0 / MIT)
+ - [prettyplease] ([prettyplease license] - APACHE 2.0 / MIT)
+ - [proc-macro-hack] ([proc-macro-hack license] - APACHE 2.0 / MIT)
+ - [proc-macro-nested] ([proc-macro-nested license] - APACHE 2.0 / MIT)
+ - [proc-macro2] ([proc-macro2 license] - APACHE 2.0 / MIT)
+ - [pulldown-cmark] ([pulldown-cmark license] - MIT)
+ - [quote] ([quote license] - APACHE 2.0 / MIT)
+ - [rand] ([rand license] - APACHE 2.0 / MIT)
+ - [rand_chacha] ([rand_chacha license] - APACHE 2.0 / MIT)
+ - [rand_core] ([rand_core license] - APACHE 2.0 / MIT)
+ - [rational] ([rational license] - MIT)
+ - [regex] ([regex license] - APACHE 2.0 / MIT)
+ - [regex-automata] ([regex-automata license] - APACHE 2.0 / MIT)
+ - [regex-syntax] ([regex-syntax license] - APACHE 2.0 / MIT)
+ - [reqwest] ([reqwest license] - APACHE 2.0 / MIT)
+ - [ring] ([ring license] - ISC / MIT)
+ - [rot13] ([rot13 license] - APACHE 2.0 / MIT)
+ - [rustc-hash] ([rustc-hash license] - APACHE 2.0 / MIT)
+ - [rustls] ([rustls license] - APACHE 2.0 / MIT / ISC)
+ - [rustls-native-certs] ([rustls-native-certs license] - APACHE 2.0 / MIT / ISC)
+ - [rustls-pemfile] ([rustls-pemfile license] - APACHE 2.0 / MIT / ISC)
+ - [ryu] ([ryu license] - Apache 2.0 / BSL 1)
+ - [scroll] ([scroll license] - MIT)
+ - [sct] ([sct license] - APACHE 2.0 / MIT / ISC)
+ - [secrets] ([secrets license] - APACHE 2.0 / MIT)
+ - [security-framework-sys] ([security-framework-sys license] - APACHE 2.0 / MIT)
+ - [security-framework] ([security-framework license] - APACHE 2.0 / MIT)
+ - [serde] ([serde license] - APACHE 2.0 / MIT)
+ - [serde_derive] ([serde_derive license] - APACHE 2.0 / MIT)
+ - [serde_json] ([serde_json license] - APACHE 2.0 / MIT)
+ - [serde_urlencoded] ([serde_urlencoded license] - APACHE 2.0 / MIT)
+ - [sha-1] ([sha-1 license] - APACHE 2.0 / MIT)
+ - [shlex] ([shlex license] - APACHE 2.0 / MIT)
+ - [slab] ([slab license] - MIT)
+ - [socket2] ([socket2 license] - APACHE 2.0 / MIT)
+ - [stable_deref_trait] ([stable_deref_trait license] - APACHE 2.0 / MIT)
+ - [static_assertions] ([static_assertions license] - APACHE 2.0 / MIT)
+ - [subtle] ([subtle license] - BSD 3-Clause)
+ - [syn] ([syn license] - APACHE 2.0 / MIT)
+ - [thiserror] ([thiserror license] - APACHE 2.0 / MIT)
+ - [thiserror-impl] ([thiserror-impl license] - APACHE 2.0 / MIT)
+ - [time] ([time license] - APACHE 2.0 / MIT)
+ - [tinyvec] ([tinyvec license] - APACHE 2.0 / MIT / ZLIB)
+ - [tinyvec_macros] ([tinyvec_macros license] - APACHE 2.0 / MIT / ZLIB)
+ - [tokio] ([tokio license] - MIT)
+ - [tokio-macros] ([tokio-macros license] - MIT)
+ - [tokio-rustls] ([tokio-rustls license] - APACHE 2.0 / MIT)
+ - [tokio-tungstenite] ([tokio-tungstenite license] - MIT)
+ - [tokio-util] ([tokio-util license] - MIT)
+ - [tower-service] ([tower-service license] - MIT)
+ - [tracing] ([tracing license] - MIT)
+ - [tracing-core] ([tracing-core license] - MIT)
+ - [try-lock] ([try-lock license] - MIT)
+ - [tungstenite] ([tungstenite license] - APACHE 2.0 / MIT)
+ - [typenum] ([typenum license] - APACHE 2.0 / MIT)
+ - [unicase] ([unicase license] - APACHE 2.0 / MIT)
+ - [unicode-bidi] ([unicode-bidi license] - APACHE 2.0 / MIT)
+ - [unicode-ident] ([unicode-ident license] - APACHE 2.0 / MIT / Unicode)
+ - [unicode-normalization] ([unicode-normalization license] - APACHE 2.0 / MIT)
+ - [unicode-width] ([unicode-width license] - APACHE 2.0 / MIT)
+ - [unicode-xid] ([unicode-xid license] - APACHE 2.0 / MIT)
+ - [universal-hash] ([universal-hash license] - APACHE 2.0 / MIT)
+ - [untrusted] ([untrusted license] - ISC)
+ - [url] ([url license] - APACHE 2.0 / MIT)
+ - [utf-8] ([utf-8 license] - APACHE 2.0 / MIT)
+ - [uuid] ([uuid license] - APACHE 2.0 / MIT)
+ - [vcpkg] ([vcpkg license] - APACHE 2.0 / MIT)
+ - [version_check] ([version_check license] - APACHE 2.0 / MIT)
+ - [want] ([want license] - MIT)
+ - [webpki] ([webpki license] - ISC)
+ - [webpki-roots] ([webpki-roots license] - MPL 2.0)
+ - [which] ([which license] - MIT)
+ - [x509-signature] ([x509-signature license] - APACHE 2.0 / MIT)
* Other
- [yasm] ([yasm license] - 2-clause BSD) used for assembling x86 and x64
@@ -56,10 +233,15 @@ The previous tools are used in the generation of our documentation, but are not
## First Party Open Source
* Several components of Binary Ninja developed by Vector 35 directly are released under open source licenses, noted as below:
- - [API / Documentation] ([api license] - MIT) All APIs (Python, Rust, C, C++) and Documentation (User, API, etc)</li>
+ - [API / Documentation] ([api license] - MIT) APIs (Python, C, C++) and Documentation (User, API, etc)</li>
+ - [Rust API] ([rust api license] - Apache License 2.0)
- LIB Files ([api license] - MIT) .lib files included with the native windows builds of Binary Ninja are released under the same MIT license as the API itself, distinct from the standard EULA
- [Views] ([views license] - Apache License 2.0) Binary views included with the product
- [Architectures] ([architectures license] - Apache License 2.0) Architecture support included with the product
+ - [IDB Import Plugin] - ([idb import plugin license] - Apache License 2.0)
+ - [IDB Parser] - ([idb parser license] - Apache License 2.0)
+ - [DWARF Import] - ([dwarf import license] - Apache License 2.0)
+ - [DWARF Export] - ([dwarf export license] - Apache License 2.0)
## Building Qt
@@ -88,8 +270,6 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[breathe]: https://github.com/michaeljones/breathe
[dejavusanscode license]: https://github.com/SSNikolaevich/DejaVuSansCode/blob/master/LICENSE
[dejavusanscode]: https://github.com/SSNikolaevich/DejaVuSansCode
-[pulldown-cmark license]: https://github.com/raphlinus/pulldown-cmark/blob/master/LICENSE
-[pulldown-cmark]: https://github.com/raphlinus/pulldown-cmark
[doxygen license]: https://github.com/doxygen/doxygen/blob/master/LICENSE
[doxygen]: http://www.stack.nl/~dimitri/doxygen/
[flatbuffer]: https://github.com/google/flatbuffers
@@ -135,33 +315,397 @@ Please note that we offer no support for running Binary Ninja with modified Qt l
[jemalloc license]: https://github.com/jemalloc/jemalloc/blob/master/COPYING
[libxcb]: https://gitlab.freedesktop.org/xorg/lib/libxcb
[libxcb license]: https://gitlab.freedesktop.org/xorg/lib/libxcb/-/blob/master/COPYING
-[Rust license]: https://github.com/rust-lang/rust/blob/master/LICENSE-MIT
-[Rust]: https://www.rust-lang.org/
-[curl-rust license]: https://github.com/alexcrichton/curl-rust/blob/master/LICENSE
-[curl-rust]: https://github.com/alexcrichton/curl-rust
[curl license]: https://github.com/curl/curl/blob/master/COPYING
[curl]: https://github.com/curl/curl
-[nom license]: https://github.com/Geal/nom/blob/master/LICENSE
-[nom]: https://github.com/Geal/nom
[QCheckboxCombo]: https://github.com/CuriousCrow/QCheckboxCombo
[QCheckboxCombo License]: https://github.com/CuriousCrow/QCheckboxCombo/blob/master/LICENSE
[xxHash]: https://github.com/Cyan4973/xxHash
[xxHash license]: https://github.com/Cyan4973/xxHash/blob/release/LICENSE
-[pdb (Rust crate)]: https://github.com/willglynn/pdb
-[pdb license]: https://github.com/willglynn/pdb/blob/master/LICENSE-APACHE
[botan]: https://github.com/randombit/botan
[botan license]: https://github.com/randombit/botan/blob/master/license.txt
[deprecation]: https://github.com/briancurtin/deprecation
[deprecation license]: https://github.com/briancurtin/deprecation/blob/master/LICENSE
+[API / Documentation]: https://github.com/vector35/binaryninja-api
+[api license]: https://github.com/Vector35/binaryninja-api/blob/dev/LICENSE.txt
+[Rust API]: https://github.com/Vector35/binaryninja-api/tree/dev/rust
+[rust api license]: https://github.com/Vector35/binaryninja-api/blob/dev/rust/LICENSE
+[Views]: https://github.com/Vector35/?q=view-&type=all&language=&sort=
+[views license]: https://github.com/Vector35/view-pe/blob/main/LICENSE
+[Architectures]: https://github.com/Vector35/?q=arch-&type=all&language=&sort=
+[architectures license]: https://github.com/Vector35/arch-armv7/blob/master/LICENSE
+[IDB Import Plugin]: https://github.com/Vector35/idb-import-plugin
+[idb import plugin license]: https://github.com/Vector35/idb-import-plugin/blob/main/LICENSE
+[IDB Parser]: https://github.com/Vector35/idb-parser-rs
+[idb parser license]: https://github.com/Vector35/idb-parser-rs/blob/main/LICENSE
+[DWARF Import]: https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_import
+[dwarf import license]: https://github.com/Vector35/binaryninja-api/blob/dev/rust/LICENSE
+[DWARF Export]: https://github.com/Vector35/binaryninja-api/tree/dev/rust/examples/dwarf/dwarf_export
+[dwarf export license]: https://github.com/Vector35/binaryninja-api/blob/dev/rust/LICENSE
+
+[Rust]: https://www.rust-lang.org/
+[Rust license]: https://github.com/rust-lang/rust/blob/master/LICENSE-MIT
+[pdb-patched]: https://github.com/Vector35/pdb-rs
+[pdb-patched license]: https://github.com/Vector35/pdb-rs/blob/master/LICENSE-APACHE
+
+[adler]: https://github.com/jonas-schievink/adler.git
+[adler license]: https://github.com/jonas-schievink/adler/blob/master/LICENSE-MIT
+[aead]: https://github.com/RustCrypto/traits/tree/master/aead
+[aead license]: https://github.com/RustCrypto/traits/blob/master/aead/LICENSE-MIT
+[aes]: https://github.com/RustCrypto/block-ciphers/tree/master/aes
+[aes license]: https://github.com/RustCrypto/block-ciphers/blob/master/aes/LICENSE-MIT
+[aes-gcm]: https://github.com/RustCrypto/AEADs/tree/master/aes-gcm
+[aes-gcm license]: https://github.com/RustCrypto/AEADs/blob/master/aes-gcm/LICENSE-MIT
+[ahash]: https://github.com/tkaitchuck/ahash
+[ahash license]: https://github.com/tkaitchuck/aHash/blob/master/LICENSE-MIT
+[aho-corasick]: https://github.com/BurntSushi/aho-corasick
+[aho-corasick license]: https://github.com/BurntSushi/aho-corasick/blob/master/LICENSE-MIT
+[anyhow]: https://github.com/dtolnay/anyhow
+[anyhow license]: https://github.com/dtolnay/anyhow/blob/master/LICENSE-MIT
+[array-init]: https://github.com/Manishearth/array-init/
+[array-init license]: https://github.com/Manishearth/array-init/blob/master/LICENSE-MIT
+[arrayvec]: https://github.com/bluss/arrayvec
+[arrayvec license]: https://github.com/bluss/arrayvec/blob/master/LICENSE-MIT
+[async-compression]: https://github.com/Nullus157/async-compression
+[async-compression license]: https://github.com/Nullus157/async-compression/blob/main/LICENSE-MIT
+[autocfg]: https://github.com/cuviper/autocfg
+[autocfg license]: https://github.com/cuviper/autocfg/blob/master/LICENSE-MIT
+[base64]: https://github.com/marshallpierce/rust-base64
+[base64 license]: https://github.com/marshallpierce/rust-base64/blob/master/LICENSE-MIT
+[bindgen]: https://github.com/rust-lang/rust-bindgen
+[bindgen license]: https://github.com/rust-lang/rust-bindgen/blob/main/LICENSE
+[binrw]: https://github.com/jam1garner/binrw
+[binrw license]: https://github.com/jam1garner/binrw/blob/master/LICENSE
+[binrw_derive]: https://github.com/jam1garner/binrw
+[binrw_derive license]: https://github.com/jam1garner/binrw/blob/master/LICENSE
+[bitflags]: https://github.com/bitflags/bitflags
+[bitflags license]: https://github.com/bitflags/bitflags/blob/main/LICENSE-MIT
+[block-buffer]: https://github.com/RustCrypto/utils/tree/master/block-buffer
+[block-buffer license]: https://github.com/RustCrypto/utils/blob/master/block-buffer/LICENSE-MIT
+[byteorder]: https://github.com/BurntSushi/byteorder
+[byteorder license]: https://github.com/BurntSushi/byteorder/blob/master/LICENSE-MIT
+[bytes]: https://github.com/tokio-rs/bytes
+[bytes license]: https://github.com/tokio-rs/bytes/blob/master/LICENSE
+[cab]: https://github.com/mdsteele/rust-cab
+[cab license]: https://github.com/mdsteele/rust-cab/blob/master/LICENSE
+[cc]: https://github.com/rust-lang/cc-rs
+[cc license]: https://github.com/rust-lang/cc-rs/blob/main/LICENSE-MIT
+[cexpr]: https://github.com/jethrogb/rust-cexpr
+[cexpr license]: https://github.com/jethrogb/rust-cexpr/blob/master/LICENSE-MIT
+[cfg-if]: https://github.com/alexcrichton/cfg-if
+[cfg-if license]: https://github.com/rust-lang/cfg-if/blob/main/LICENSE-MIT
+[cipher]: https://github.com/RustCrypto/traits/tree/master/cipher
+[cipher license]: https://github.com/RustCrypto/traits/blob/master/cipher/LICENSE-MIT
+[clang-sys]: https://github.com/KyleMayes/clang-sys
+[clang-sys license]: https://github.com/KyleMayes/clang-sys/blob/master/LICENSE.txt
+[core-foundation-sys]: https://github.com/servo/core-foundation-rs
+[core-foundation-sys license]: https://github.com/servo/core-foundation-rs/blob/master/LICENSE-MIT
+[core-foundation]: https://github.com/servo/core-foundation-rs
+[core-foundation license]: https://github.com/servo/core-foundation-rs/blob/master/LICENSE-MIT
+[cpufeatures]: https://github.com/RustCrypto/utils/tree/master/cpufeatures
+[cpufeatures license]: https://github.com/RustCrypto/utils/blob/master/cpufeatures/LICENSE-MIT
+[crc32fast]: https://github.com/srijs/rust-crc32fast
+[crc32fast license]: https://github.com/srijs/rust-crc32fast/blob/master/LICENSE-MIT
+[ctr]: https://github.com/RustCrypto/block-modes/tree/master/ctr
+[ctr license]: https://github.com/RustCrypto/block-modes/blob/master/ctr/LICENSE-MIT
+[cty]: https://github.com/japaric/cty
+[cty license]: https://github.com/japaric/cty/blob/master/LICENSE-MIT
+[curl-sys]: https://github.com/alexcrichton/curl-rust
+[curl-sys license]: https://github.com/alexcrichton/curl-rust/blob/main/LICENSE
+[curl]: https://github.com/alexcrichton/curl-rust
+[curl license]: https://github.com/alexcrichton/curl-rust/blob/main/LICENSE
+[digest]: https://github.com/RustCrypto/traits/tree/master/digest
+[digest license]: https://github.com/RustCrypto/traits/blob/master/digest/LICENSE-MIT
+[either]: https://github.com/bluss/either
+[either license]: https://github.com/bluss/either/blob/master/LICENSE-MIT
+[encoding_rs]: https://github.com/hsivonen/encoding_rs
+[encoding_rs license]: https://github.com/hsivonen/encoding_rs/blob/master/LICENSE-MIT
+[fallible-iterator]: https://github.com/sfackler/rust-fallible-iterator
+[fallible-iterator license]: https://github.com/sfackler/rust-fallible-iterator/blob/master/LICENSE-MIT
+[flate2]: https://github.com/rust-lang/flate2-rs
+[flate2 license]: https://github.com/rust-lang/flate2-rs/blob/main/LICENSE-MIT
+[fnv]: https://github.com/servo/rust-fnv
+[fnv license]: https://github.com/servo/rust-fnv/blob/master/LICENSE-MIT
+[form_urlencoded]: https://github.com/servo/rust-url
+[form_urlencoded license]: https://github.com/servo/rust-url/blob/master/LICENSE-MIT
+[futures]: https://github.com/rust-lang/futures-rs
+[futures license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
+[futures-channel]: https://github.com/rust-lang/futures-rs/tree/master/futures-channel
+[futures-channel license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
+[futures-core]: https://github.com/rust-lang/futures-rs/tree/master/futures-core
+[futures-core license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
+[futures-executor]: https://github.com/rust-lang/futures-rs/tree/master/futures-executor
+[futures-executor license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
+[futures-io]: https://github.com/rust-lang/futures-rs/tree/master/futures-io
+[futures-io license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
+[futures-macro]: https://github.com/rust-lang/futures-rs/tree/master/futures-macro
+[futures-macro license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
+[futures-sink]: https://github.com/rust-lang/futures-rs/tree/master/futures-sink
+[futures-sink license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
+[futures-task]: https://github.com/rust-lang/futures-rs/tree/master/futures-task
+[futures-task license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
+[futures-util]: https://github.com/rust-lang/futures-rs/tree/master/futures-util
+[futures-util license]: https://github.com/rust-lang/futures-rs/blob/master/LICENSE-MIT
+[generic-array]: https://github.com/fizyk20/generic-array.git
+[generic-array license]: https://github.com/fizyk20/generic-array/blob/master/LICENSE
+[getopts]: https://github.com/rust-lang/getopts
+[getopts license]: https://github.com/rust-lang/getopts/blob/master/LICENSE-MIT
+[getrandom]: https://github.com/rust-random/getrandom
+[getrandom license]: https://github.com/rust-random/getrandom/blob/master/LICENSE-MIT
+[ghash]: https://github.com/RustCrypto/universal-hashes/tree/master/ghash
+[ghash license]: https://github.com/RustCrypto/universal-hashes/blob/master/ghash/LICENSE-MIT
+[gimli]: https://github.com/gimli-rs/gimli
+[gimli license]: https://github.com/gimli-rs/gimli/blob/master/LICENSE-MIT
+[glob]: https://github.com/rust-lang/glob
+[glob license]: https://github.com/rust-lang/glob/blob/master/LICENSE-MIT
+[h2]: https://github.com/hyperium/h2
+[h2 license]: https://github.com/hyperium/h2/blob/master/LICENSE
+[hashbrown]: https://github.com/rust-lang/hashbrown
+[hashbrown license]: https://github.com/rust-lang/hashbrown/blob/master/LICENSE-MIT
+[home]: https://github.com/rust-lang/cargo/tree/master/crates/home
+[home license]: https://github.com/rust-lang/cargo/blob/master/LICENSE-MIT
+[http]: https://github.com/hyperium/http
+[http license]: https://github.com/hyperium/http/blob/master/LICENSE-MIT
+[http-body]: https://github.com/hyperium/http-body
+[http-body license]: https://github.com/hyperium/http-body/blob/master/LICENSE
+[httparse]: https://github.com/seanmonstar/httparse
+[httparse license]: https://github.com/seanmonstar/httparse/blob/master/LICENSE-MIT
+[httpdate]: https://github.com/pyfisch/httpdate
+[httpdate license]: https://github.com/pyfisch/httpdate/blob/main/LICENSE-MIT
+[hyper]: https://github.com/hyperium/hyper
+[hyper license]: https://github.com/hyperium/hyper/blob/master/LICENSE
+[hyper-rustls]: https://github.com/rustls/hyper-rustls
+[hyper-rustls license]: https://github.com/rustls/hyper-rustls/blob/main/LICENSE-MIT
+[idna]: https://github.com/servo/rust-url/
+[idna license]: https://github.com/servo/rust-url/blob/master/LICENSE-MIT
+[indexmap]: https://github.com/bluss/indexmap
+[indexmap license]: https://github.com/bluss/indexmap/blob/master/LICENSE-MIT
+[input_buffer]: https://github.com/snapview/input_buffer
+[input_buffer license]: https://github.com/snapview/input_buffer/blob/master/LICENSE-MIT
+[ipnet]: https://github.com/krisprice/ipnet
+[ipnet license]: https://github.com/krisprice/ipnet/blob/master/LICENSE-MIT
+[itertools]: https://github.com/rust-itertools/itertools
+[itertools license]: https://github.com/rust-itertools/itertools/blob/master/LICENSE-MIT
+[itoa]: https://github.com/dtolnay/itoa
+[itoa license]: https://github.com/dtolnay/itoa/blob/master/LICENSE-MIT
+[keyring]: https://github.com/hwchen/keyring-rs.git
+[keyring license]: https://github.com/hwchen/keyring-rs/blob/master/LICENSE-MIT
+[lazy_static]: https://github.com/rust-lang-nursery/lazy-static.rs
+[lazy_static license]: https://github.com/rust-lang-nursery/lazy-static.rs/blob/master/LICENSE-MIT
+[lazycell]: https://github.com/indiv0/lazycell
+[lazycell license]: https://github.com/indiv0/lazycell/blob/master/LICENSE-MIT
+[lexical-core]: https://github.com/Alexhuszagh/rust-lexical/tree/main/lexical-core
+[lexical-core license]: https://github.com/Alexhuszagh/rust-lexical/blob/main/LICENSE-MIT
+[libc]: https://github.com/rust-lang/libc
+[libc license]: https://github.com/rust-lang/libc/blob/main/LICENSE-MIT
+[libloading]: https://github.com/nagisa/rust_libloading/
+[libloading license]: https://github.com/nagisa/rust_libloading/blob/master/LICENSE
+[libz-sys]: https://github.com/rust-lang/libz-sys
+[libz-sys license]: https://github.com/rust-lang/libz-sys/blob/main/LICENSE-MIT
+[log]: https://github.com/rust-lang/log
+[log license]: https://github.com/rust-lang/log/blob/master/LICENSE-MIT
+[lzxd]: https://github.com/Lonami/lzxd
+[lzxd license]: https://github.com/Lonami/lzxd/blob/master/LICENSE-MIT
+[machine-uid]: https://github.com/Hanaasagi/machine-uid
+[machine-uid license]: https://github.com/Hanaasagi/machine-uid/blob/master/LICENSE
+[markdown]: https://github.com/wooorm/markdown-rs
+[markdown license]: https://github.com/wooorm/markdown-rs/blob/main/license
+[matches]: https://github.com/SimonSapin/rust-std-candidates
+[matches license]: https://github.com/SimonSapin/rust-std-candidates/blob/master/LICENSE
+[memchr]: https://github.com/BurntSushi/memchr
+[memchr license]: https://github.com/BurntSushi/memchr/blob/master/LICENSE-MIT
+[mime]: https://github.com/hyperium/mime
+[mime license]: https://github.com/hyperium/mime/blob/master/LICENSE
+[mime_guess]: https://github.com/abonander/mime_guess
+[mime_guess license]: https://github.com/abonander/mime_guess/blob/master/LICENSE
+[minimal-lexical]: https://github.com/Alexhuszagh/minimal-lexical
+[minimal-lexical license]: https://github.com/Alexhuszagh/minimal-lexical/blob/main/LICENSE-MIT
+[miniz_oxide]: https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide
+[miniz_oxide license]: https://github.com/Frommi/miniz_oxide/blob/master/miniz_oxide/LICENSE-MIT.md
+[mio]: https://github.com/tokio-rs/mio
+[mio license]: https://github.com/tokio-rs/mio/blob/master/LICENSE
+[nom]: https://github.com/Geal/nom
+[nom license]: https://github.com/rust-bakery/nom/blob/main/LICENSE
[num-bigint]: https://github.com/rust-num/num-bigint
[num-bigint license]: https://github.com/rust-num/num-bigint/blob/master/LICENSE-MIT
[num-integer]: https://github.com/rust-num/num-integer
[num-integer license]: https://github.com/rust-num/num-integer/blob/master/LICENSE-MIT
[num-traits]: https://github.com/rust-num/num-traits
[num-traits license]: https://github.com/rust-num/num-traits/blob/master/LICENSE-MIT
-[API / Documentation]: https://github.com/vector35/binaryninja-api
-[api license]: https://github.com/Vector35/binaryninja-api/blob/dev/LICENSE.txt
-[Views]: https://github.com/Vector35/?q=view-&type=all&language=&sort=
-[views license]: https://github.com/Vector35/view-pe/blob/main/LICENSE
-[Architectures]: https://github.com/Vector35/?q=arch-&type=all&language=&sort=
-[architectures license]: https://github.com/Vector35/arch-armv7/blob/master/LICENSE \ No newline at end of file
+[num_cpus]: https://github.com/seanmonstar/num_cpus
+[num_cpus license]: https://github.com/seanmonstar/num_cpus/blob/master/LICENSE-MIT
+[num_threads]: https://github.com/jhpratt/num_threads
+[num_threads license]: https://github.com/jhpratt/num_threads/blob/main/LICENSE-MIT
+[object]: https://github.com/gimli-rs/object
+[object license]: https://github.com/gimli-rs/object/blob/master/LICENSE-MIT
+[once_cell]: https://github.com/matklad/once_cell
+[once_cell license]: https://github.com/matklad/once_cell/blob/master/LICENSE-MIT
+[opaque-debug]: https://github.com/RustCrypto/utils/tree/master/opaque-debug
+[opaque-debug license]: https://github.com/RustCrypto/utils/blob/master/opaque-debug/LICENSE-MIT
+[owo-colors]: https://github.com/jam1garner/owo-colors
+[owo-colors license]: https://github.com/jam1garner/owo-colors/blob/master/LICENSE
+[pdb]: https://github.com/willglynn/pdb
+[pdb license]: https://github.com/willglynn/pdb/blob/master/LICENSE-MIT
+[peeking_take_while]: https://github.com/fitzgen/peeking_take_while
+[peeking_take_while license]: https://github.com/fitzgen/peeking_take_while/blob/master/LICENSE-MIT
+[pem]: https://github.com/jcreekmore/pem-rs.git
+[pem license]: https://github.com/jcreekmore/pem-rs/blob/master/LICENSE.md
+[percent-encoding]: https://github.com/servo/rust-url/
+[percent-encoding license]: https://github.com/servo/rust-url/blob/master/LICENSE-MIT
+[pin-project]: https://github.com/taiki-e/pin-project
+[pin-project license]: https://github.com/taiki-e/pin-project/blob/main/LICENSE-MIT
+[pin-project-internal]: https://github.com/taiki-e/pin-project/tree/main/pin-project-internal
+[pin-project-internal license]: https://github.com/taiki-e/pin-project/tree/main/pin-project-internal/LICENSE-MIT
+[pin-project-lite]: https://github.com/taiki-e/pin-project-lite
+[pin-project-lite license]: https://github.com/taiki-e/pin-project-lite/blob/main/LICENSE-MIT
+[pin-utils]: https://github.com/rust-lang-nursery/pin-utils
+[pin-utils license]: https://github.com/rust-lang/pin-utils/blob/master/LICENSE-MIT
+[pkg-config]: https://github.com/rust-lang/pkg-config-rs
+[pkg-config license]: https://github.com/rust-lang/pkg-config-rs/blob/master/LICENSE-MIT
+[polyval]: https://github.com/RustCrypto/universal-hashes/tree/master/polyval
+[polyval license]: https://github.com/RustCrypto/universal-hashes/blob/master/polyval/LICENSE-MIT
+[ppv-lite86]: https://github.com/cryptocorrosion/cryptocorrosion
+[ppv-lite86 license]: https://github.com/cryptocorrosion/cryptocorrosion/blob/master/LICENSE-MIT
+[prettyplease]: https://github.com/dtolnay/prettyplease
+[prettyplease license]: https://github.com/dtolnay/prettyplease/blob/master/LICENSE-MIT
+[proc-macro-hack]: https://github.com/dtolnay/proc-macro-hack
+[proc-macro-hack license]: https://github.com/dtolnay/proc-macro-hack/blob/master/LICENSE-MIT
+[proc-macro-nested]: https://github.com/dtolnay/proc-macro-hack
+[proc-macro-nested license]: https://github.com/dtolnay/proc-macro-hack/blob/master/LICENSE-MIT
+[proc-macro2]: https://github.com/dtolnay/proc-macro2
+[proc-macro2 license]: https://github.com/dtolnay/proc-macro2/blob/master/LICENSE-MIT
+[pulldown-cmark]: https://github.com/raphlinus/pulldown-cmark
+[pulldown-cmark license]: https://github.com/raphlinus/pulldown-cmark/blob/master/LICENSE
+[quote]: https://github.com/dtolnay/quote
+[quote license]: https://github.com/dtolnay/quote/blob/master/LICENSE-MIT
+[rand]: https://github.com/rust-random/rand
+[rand license]: https://github.com/rust-random/rand/blob/master/LICENSE-MIT
+[rand_chacha]: https://github.com/rust-random/rand
+[rand_chacha license]: https://github.com/rust-random/rand/blob/master/LICENSE-MIT
+[rand_core]: https://github.com/rust-random/rand
+[rand_core license]: https://github.com/rust-random/rand/blob/master/LICENSE-MIT
+[rational]: https://github.com/ijagberg/rational
+[rational license]: https://github.com/ijagberg/rational/blob/main/LICENSE
+[regex]: https://github.com/rust-lang/regex
+[regex license]: https://github.com/rust-lang/regex/blob/master/LICENSE-MIT
+[regex-automata]: https://github.com/rust-lang/regex/tree/master/regex-automata
+[regex-automata license]: https://github.com/rust-lang/regex/blob/master/LICENSE-MIT
+[regex-syntax]: https://github.com/rust-lang/regex/tree/master/regex-syntax
+[regex-syntax license]: https://github.com/rust-lang/regex/blob/master/LICENSE-MIT
+[reqwest]: https://github.com/seanmonstar/reqwest
+[reqwest license]: https://github.com/seanmonstar/reqwest/blob/master/LICENSE-MIT
+[ring]: https://github.com/briansmith/ring
+[ring license]: https://github.com/briansmith/ring/blob/main/LICENSE
+[rot13]: https://github.com/marekventur/rust-rot13
+[rot13 license]: https://github.com/marekventur/rust-rot13/blob/master/LICENSE-MIT
+[rustc-hash]: https://github.com/rust-lang-nursery/rustc-hash
+[rustc-hash license]: https://github.com/rust-lang/rustc-hash/blob/master/LICENSE-MIT
+[rustls]: https://github.com/rustls/rustls
+[rustls license]: https://github.com/rustls/rustls/blob/main/LICENSE
+[rustls-native-certs]: https://github.com/ctz/rustls-native-certs
+[rustls-native-certs license]: https://github.com/rustls/rustls-native-certs/blob/main/LICENSE
+[rustls-pemfile]: https://github.com/rustls/pemfile
+[rustls-pemfile license]: https://github.com/rustls/pemfile/blob/main/LICENSE
+[ryu]: https://github.com/dtolnay/ryu
+[ryu license]: https://github.com/dtolnay/ryu/blob/master/LICENSE-APACHE
+[scroll]: https://github.com/m4b/scroll
+[scroll license]: https://github.com/m4b/scroll/blob/master/LICENSE
+[sct]: https://github.com/ctz/sct.rs
+[sct license]: https://github.com/rustls/sct.rs/blob/main/LICENSE-MIT
+[secrets]: https://github.com/stouset/secrets
+[secrets license]: https://github.com/stouset/secrets/blob/master/LICENSE-MIT
+[security-framework-sys]: https://github.com/kornelski/rust-security-framework
+[security-framework-sys license]: https://github.com/kornelski/rust-security-framework/blob/main/LICENSE-MIT
+[security-framework]: https://github.com/kornelski/rust-security-framework
+[security-framework license]: https://github.com/kornelski/rust-security-framework/blob/main/LICENSE-MIT
+[serde]: https://github.com/serde-rs/serde
+[serde license]: https://github.com/serde-rs/serde/blob/master/LICENSE-MIT
+[serde_derive]: https://github.com/serde-rs/serde
+[serde_derive license]: https://github.com/serde-rs/serde/blob/master/LICENSE-MIT
+[serde_json]: https://github.com/serde-rs/json
+[serde_json license]: https://github.com/serde-rs/json/blob/master/LICENSE-MIT
+[serde_urlencoded]: https://github.com/nox/serde_urlencoded
+[serde_urlencoded license]: https://github.com/nox/serde_urlencoded/blob/master/LICENSE-MIT
+[sha-1]: https://github.com/RustCrypto/hashes/tree/master/sha1
+[sha-1 license]: https://github.com/RustCrypto/hashes/blob/master/sha1/LICENSE-MIT
+[shlex]: https://github.com/comex/rust-shlex
+[shlex license]: https://github.com/comex/rust-shlex/blob/master/LICENSE-MIT
+[slab]: https://github.com/tokio-rs/slab
+[slab license]: https://github.com/tokio-rs/slab/blob/master/LICENSE
+[socket2]: https://github.com/rust-lang/socket2
+[socket2 license]: https://github.com/rust-lang/socket2/blob/master/LICENSE-MIT
+[stable_deref_trait]: https://github.com/storyyeller/stable_deref_trait
+[stable_deref_trait license]: https://github.com/Storyyeller/stable_deref_trait/blob/master/LICENSE-MIT
+[static_assertions]: https://github.com/nvzqz/static-assertions-rs
+[static_assertions license]: https://github.com/nvzqz/static-assertions/blob/master/LICENSE-MIT
+[subtle]: https://github.com/dalek-cryptography/subtle
+[subtle license]: https://github.com/dalek-cryptography/subtle/blob/main/LICENSE
+[syn]: https://github.com/dtolnay/syn
+[syn license]: https://github.com/dtolnay/syn/blob/master/LICENSE-MIT
+[thiserror]: https://github.com/dtolnay/thiserror
+[thiserror license]: https://github.com/dtolnay/thiserror/blob/master/LICENSE-MIT
+[thiserror-impl]: https://github.com/dtolnay/thiserror/tree/master/impl
+[thiserror-impl license]: https://github.com/dtolnay/thiserror/blob/master/LICENSE-MIT
+[time]: https://github.com/time-rs/time
+[time license]: https://github.com/time-rs/time/blob/main/LICENSE-MIT
+[tinyvec]: https://github.com/Lokathor/tinyvec
+[tinyvec license]: https://github.com/Lokathor/tinyvec/blob/main/LICENSE-MIT.md
+[tinyvec_macros]: https://github.com/Soveu/tinyvec_macros
+[tinyvec_macros license]: https://github.com/Soveu/tinyvec_macros/blob/master/LICENSE-MIT.md
+[tokio]: https://github.com/tokio-rs/tokio
+[tokio license]: https://github.com/tokio-rs/tokio/blob/master/LICENSE
+[tokio-macros]: https://github.com/tokio-rs/tokio/tree/master/tokio-macros
+[tokio-macros license]: https://github.com/tokio-rs/tokio/tree/master/tokio-macros/LICENSE
+[tokio-rustls]: https://github.com/rustls/tokio-rustls
+[tokio-rustls license]: https://github.com/rustls/tokio-rustls/blob/main/LICENSE-MIT
+[tokio-tungstenite]: https://github.com/snapview/tokio-tungstenite
+[tokio-tungstenite license]: https://github.com/snapview/tokio-tungstenite/blob/master/LICENSE
+[tokio-util]: https://github.com/tokio-rs/tokio/tree/master/tokio-util
+[tokio-util license]: https://github.com/tokio-rs/tokio/tree/master/tokio-util/LICENSE
+[tower-service]: https://github.com/tower-rs/tower
+[tower-service license]: https://github.com/tower-rs/tower/blob/master/LICENSE
+[tracing]: https://github.com/tokio-rs/tracing
+[tracing license]: https://github.com/tokio-rs/tracing/blob/master/LICENSE
+[tracing-core]: https://github.com/tokio-rs/tracing/tree/master/tracing-core
+[tracing-core license]: https://github.com/tokio-rs/tracing/tree/master/tracing-core/LICENSE
+[try-lock]: https://github.com/seanmonstar/try-lock
+[try-lock license]: https://github.com/seanmonstar/try-lock/blob/master/LICENSE
+[tungstenite]: https://github.com/snapview/tungstenite-rs
+[tungstenite license]: https://github.com/snapview/tungstenite-rs/blob/master/LICENSE-MIT
+[typenum]: https://github.com/paholg/typenum
+[typenum license]: https://github.com/paholg/typenum/blob/main/LICENSE-MIT
+[unicase]: https://github.com/seanmonstar/unicase
+[unicase license]: https://github.com/seanmonstar/unicase/blob/master/LICENSE-MIT
+[unicode-bidi]: https://github.com/servo/unicode-bidi
+[unicode-bidi license]: https://github.com/servo/unicode-bidi/blob/master/LICENSE-MIT
+[unicode-ident]: https://github.com/dtolnay/unicode-ident
+[unicode-ident license]: https://github.com/dtolnay/unicode-ident/blob/master/LICENSE-MIT
+[unicode-normalization]: https://github.com/unicode-rs/unicode-normalization
+[unicode-normalization license]: https://github.com/unicode-rs/unicode-normalization/blob/master/LICENSE-MIT
+[unicode-width]: https://github.com/unicode-rs/unicode-width
+[unicode-width license]: https://github.com/unicode-rs/unicode-width/blob/master/LICENSE-MIT
+[unicode-xid]: https://github.com/unicode-rs/unicode-xid
+[unicode-xid license]: https://github.com/unicode-rs/unicode-xid/blob/master/LICENSE-MIT
+[universal-hash]: https://github.com/RustCrypto/traits/blob/master/universal-hash
+[universal-hash license]: https://github.com/RustCrypto/traits/blob/master/universal-hash/LICENSE-MIT
+[untrusted]: https://github.com/briansmith/untrusted
+[untrusted license]: https://github.com/briansmith/untrusted/blob/main/LICENSE.txt
+[url]: https://github.com/servo/rust-url
+[url license]: https://github.com/servo/rust-url/blob/master/LICENSE-MIT
+[utf-8]: https://github.com/SimonSapin/rust-utf8
+[utf-8 license]: https://github.com/SimonSapin/rust-utf8/blob/master/LICENSE-MIT
+[uuid]: https://github.com/uuid-rs/uuid
+[uuid license]: https://github.com/uuid-rs/uuid/blob/main/LICENSE-MIT
+[vcpkg]: https://github.com/mcgoo/vcpkg-rs
+[vcpkg license]: https://github.com/mcgoo/vcpkg-rs/blob/master/LICENSE-MIT
+[version_check]: https://github.com/SergioBenitez/version_check
+[version_check license]: https://github.com/SergioBenitez/version_check/blob/master/LICENSE-MIT
+[want]: https://github.com/seanmonstar/want
+[want license]: https://github.com/seanmonstar/want/blob/master/LICENSE
+[webpki]: https://github.com/briansmith/webpki
+[webpki license]: https://github.com/briansmith/webpki/blob/main/LICENSE
+[webpki-roots]: https://github.com/rustls/webpki-roots
+[webpki-roots license]: https://github.com/rustls/webpki-roots/blob/main/LICENSE
+[which]: https://github.com/harryfei/which-rs.git
+[which license]: https://github.com/harryfei/which-rs/blob/master/LICENSE.txt
+[x509-signature]: https://github.com/paritytech/x509-signature
+[x509-signature license]: https://github.com/paritytech/x509-signature/blob/master/LICENSE-MIT \ No newline at end of file