forked from build-trust/ockam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NOTICE
322 lines (319 loc) · 51.3 KB
/
NOTICE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
This file contains attributions for any 3rd-party open source code used in this project.
| Name | License | Link |
|-------------------------------|------------------------------------------------------|---------------------------------------------------------------------------|
| aead | Apache-2.0 OR MIT | https://github.com/RustCrypto/traits |
| aes | Apache-2.0 OR MIT | https://github.com/RustCrypto/block-ciphers |
| aes-gcm | Apache-2.0 OR MIT | https://github.com/RustCrypto/AEADs |
| ahash | Apache-2.0 OR MIT | https://github.com/tkaitchuck/ahash |
| aho-corasick | MIT OR Unlicense | https://github.com/BurntSushi/aho-corasick |
| ansi_term | MIT | https://github.com/ogham/rust-ansi-term |
| anyhow | Apache-2.0 OR MIT | https://github.com/dtolnay/anyhow |
| arrayref | BSD-2-Clause | https://github.com/droundy/arrayref |
| async-channel | Apache-2.0 OR MIT | https://github.com/smol-rs/async-channel |
| async-trait | Apache-2.0 OR MIT | https://github.com/dtolnay/async-trait |
| atomic-polyfill | Apache-2.0 OR MIT | https://github.com/embassy-rs/atomic-polyfill |
| atty | MIT | https://github.com/softprops/atty |
| autocfg | Apache-2.0 OR MIT | https://github.com/cuviper/autocfg |
| bare-metal | Apache-2.0 OR MIT | https://github.com/japaric/bare-metal |
| base64 | Apache-2.0 OR MIT | https://github.com/marshallpierce/rust-base64 |
| base64-url | MIT | https://github.com/magiclen/base64-url |
| bit_field | Apache-2.0 OR MIT | https://github.com/phil-opp/rust-bit-field |
| bitfield | Apache-2.0 OR MIT | https://github.com/dzamlo/rust-bitfield |
| bitflags | Apache-2.0 OR MIT | https://github.com/bitflags/bitflags |
| bitvec | MIT | https://github.com/myrrlyn/bitvec |
| blake2 | Apache-2.0 OR MIT | https://github.com/RustCrypto/hashes |
| block-buffer | Apache-2.0 OR MIT | https://github.com/RustCrypto/utils |
| bls12_381_plus | Apache-2.0 OR MIT | https://github.com/mikelodder7/bls12_381_plus |
| bumpalo | Apache-2.0 OR MIT | https://github.com/fitzgen/bumpalo |
| byteorder | MIT OR Unlicense | https://github.com/BurntSushi/byteorder |
| bytes | MIT | https://github.com/carllerche/bytes |
| cache-padded | Apache-2.0 OR MIT | https://github.com/stjepang/cache-padded |
| cc | Apache-2.0 OR MIT | https://github.com/alexcrichton/cc-rs |
| cfg-if | Apache-2.0 OR MIT | https://github.com/alexcrichton/cfg-if |
| chrono | Apache-2.0 OR MIT | https://github.com/chronotope/chrono |
| cipher | Apache-2.0 OR MIT | https://github.com/RustCrypto/traits |
| clap | MIT | https://github.com/clap-rs/clap |
| concurrent-queue | Apache-2.0 OR MIT | https://github.com/stjepang/concurrent-queue |
| core-foundation | Apache-2.0 OR MIT | https://github.com/servo/core-foundation-rs |
| core-foundation-sys | Apache-2.0 OR MIT | https://github.com/servo/core-foundation-rs |
| core2 | Apache-2.0 OR MIT | https://github.com/bbqsrc/core2 |
| cortex-m | Apache-2.0 OR MIT | https://github.com/rust-embedded/cortex-m |
| cortex-m-semihosting | Apache-2.0 OR MIT | https://github.com/rust-embedded/cortex-m-semihosting |
| cpufeatures | Apache-2.0 OR MIT | https://github.com/RustCrypto/utils |
| critical-section | Apache-2.0 OR MIT | https://github.com/embassy-rs/critical-section |
| crossbeam-queue | Apache-2.0 OR MIT | https://github.com/crossbeam-rs/crossbeam |
| crossbeam-utils | Apache-2.0 OR MIT | https://github.com/crossbeam-rs/crossbeam |
| crypto-mac | Apache-2.0 OR MIT | https://github.com/RustCrypto/traits |
| ctr | Apache-2.0 OR MIT | https://github.com/RustCrypto/stream-ciphers |
| curl | MIT | https://github.com/alexcrichton/curl-rust |
| curl-sys | MIT | https://github.com/alexcrichton/curl-rust |
| curve25519-dalek | BSD-3-Clause | https://github.com/dalek-cryptography/curve25519-dalek |
| digest | Apache-2.0 OR MIT | https://github.com/RustCrypto/traits |
| dirs | Apache-2.0 OR MIT | https://github.com/soc/dirs-rs |
| dirs-sys | Apache-2.0 OR MIT | https://github.com/dirs-dev/dirs-sys-rs |
| dissimilar | Apache-2.0 OR MIT | https://github.com/dtolnay/dissimilar |
| duct | MIT | https://github.com/oconnor663/duct.rs |
| ed25519 | Apache-2.0 OR MIT | https://github.com/RustCrypto/signatures |
| ed25519-dalek | BSD-3-Clause | https://github.com/dalek-cryptography/ed25519-dalek |
| embedded-hal | Apache-2.0 OR MIT | https://github.com/rust-embedded/embedded-hal |
| encoding_rs | Apache-2.0 OR MIT | https://github.com/hsivonen/encoding_rs |
| event-listener | Apache-2.0 OR MIT | https://github.com/stjepang/event-listener |
| executor | Apache-2.0 OR MIT | https://www.github.com/richardanaya/executor |
| executor-macros | Apache-2.0 OR MIT | https://crates.io/crates/executor-macros |
| exitcode | Apache-2.0 | https://github.com/benwilber/exitcode |
| fastrand | Apache-2.0 OR MIT | https://github.com/smol-rs/fastrand |
| ff | Apache-2.0 OR MIT | https://github.com/zkcrypto/ff |
| flume | Apache-2.0 OR MIT | https://github.com/zesterer/flume |
| fnv | Apache-2.0 OR MIT | https://github.com/servo/rust-fnv |
| foreign-types | Apache-2.0 OR MIT | https://github.com/sfackler/foreign-types |
| foreign-types-shared | Apache-2.0 OR MIT | https://github.com/sfackler/foreign-types |
| form_urlencoded | Apache-2.0 OR MIT | https://github.com/servo/rust-url |
| funty | MIT | https://github.com/myrrlyn/funty |
| futures | Apache-2.0 OR MIT | https://github.com/rust-lang-nursery/futures-rs |
| futures-channel | Apache-2.0 OR MIT | https://github.com/rust-lang/futures-rs |
| futures-core | Apache-2.0 OR MIT | https://github.com/rust-lang/futures-rs |
| futures-executor | Apache-2.0 OR MIT | https://github.com/rust-lang/futures-rs |
| futures-io | Apache-2.0 OR MIT | https://github.com/rust-lang/futures-rs |
| futures-lite | Apache-2.0 OR MIT | https://github.com/smol-rs/futures-lite |
| futures-macro | Apache-2.0 OR MIT | https://github.com/rust-lang/futures-rs |
| futures-sink | Apache-2.0 OR MIT | https://github.com/rust-lang/futures-rs |
| futures-task | Apache-2.0 OR MIT | https://github.com/rust-lang/futures-rs |
| futures-util | Apache-2.0 OR MIT | https://github.com/rust-lang/futures-rs |
| generic-array | MIT | https://github.com/fizyk20/generic-array.git |
| getrandom | Apache-2.0 OR MIT | https://github.com/rust-random/getrandom |
| ghash | Apache-2.0 OR MIT | https://github.com/RustCrypto/universal-hashes |
| glob | Apache-2.0 OR MIT | https://github.com/rust-lang/glob |
| group | Apache-2.0 OR MIT | https://github.com/zkcrypto/group |
| h2 | MIT | https://github.com/hyperium/h2 |
| hash32 | Apache-2.0 OR MIT | https://github.com/japaric/hash32 |
| hashbrown | Apache-2.0 OR MIT | https://github.com/rust-lang/hashbrown |
| heapless | Apache-2.0 OR MIT | https://github.com/japaric/heapless |
| heck | Apache-2.0 OR MIT | https://github.com/withoutboats/heck |
| hermit-abi | Apache-2.0 OR MIT | https://github.com/hermitcore/libhermit-rs |
| hex | Apache-2.0 OR MIT | https://github.com/KokaKiwi/rust-hex |
| hkdf | Apache-2.0 OR MIT | https://github.com/RustCrypto/KDFs/ |
| hmac | Apache-2.0 OR MIT | https://github.com/RustCrypto/MACs |
| hmac-drbg | Apache-2.0 | https://crates.io/crates/hmac-drbg |
| http | Apache-2.0 OR MIT | https://github.com/hyperium/http |
| http-body | MIT | https://github.com/hyperium/http-body |
| httparse | Apache-2.0 OR MIT | https://github.com/seanmonstar/httparse |
| httpdate | Apache-2.0 OR MIT | https://github.com/pyfisch/httpdate |
| hyper | MIT | https://github.com/hyperium/hyper |
| hyper-tls | Apache-2.0 OR MIT | https://github.com/hyperium/hyper-tls |
| idna | Apache-2.0 OR MIT | https://github.com/servo/rust-url/ |
| indexmap | Apache-2.0 OR MIT | https://github.com/bluss/indexmap |
| instant | BSD-3-Clause | https://github.com/sebcrozet/instant |
| iovec | Apache-2.0 OR MIT | https://github.com/carllerche/iovec |
| ipnet | Apache-2.0 OR MIT | https://github.com/krisprice/ipnet |
| isahc | MIT | https://github.com/sagebind/isahc |
| itoa | Apache-2.0 OR MIT | https://github.com/dtolnay/itoa |
| js-sys | Apache-2.0 OR MIT | https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys |
| lazy_static | Apache-2.0 OR MIT | https://github.com/rust-lang-nursery/lazy-static.rs |
| libc | Apache-2.0 OR MIT | https://github.com/rust-lang/libc |
| libnghttp2-sys | Apache-2.0 OR MIT | https://github.com/alexcrichton/nghttp2-rs |
| libz-sys | Apache-2.0 OR MIT | https://github.com/rust-lang/libz-sys |
| lock_api | Apache-2.0 OR MIT | https://github.com/Amanieu/parking_lot |
| log | Apache-2.0 OR MIT | https://github.com/rust-lang/log |
| managed | 0BSD | https://github.com/m-labs/rust-managed.git |
| matchers | MIT | https://github.com/hawkw/matchers |
| matches | MIT | https://github.com/SimonSapin/rust-std-candidates |
| memchr | MIT OR Unlicense | https://github.com/BurntSushi/memchr |
| mime | Apache-2.0 OR MIT | https://github.com/hyperium/mime |
| mio | MIT | https://github.com/tokio-rs/mio |
| miow | Apache-2.0 OR MIT | https://github.com/yoshuawuyts/miow |
| nb | Apache-2.0 OR MIT | https://github.com/rust-embedded/nb |
| ntapi | Apache-2.0 OR MIT | https://github.com/MSxDOS/ntapi |
| num-integer | Apache-2.0 OR MIT | https://github.com/rust-num/num-integer |
| num-traits | Apache-2.0 OR MIT | https://github.com/rust-num/num-traits |
| num_cpus | Apache-2.0 OR MIT | https://github.com/seanmonstar/num_cpus |
| once_cell | Apache-2.0 OR MIT | https://github.com/matklad/once_cell |
| opaque-debug | Apache-2.0 OR MIT | https://github.com/RustCrypto/utils |
| openssl | Apache-2.0 | https://github.com/sfackler/rust-openssl |
| openssl-probe | Apache-2.0 OR MIT | https://github.com/alexcrichton/openssl-probe |
| openssl-sys | MIT | https://github.com/sfackler/rust-openssl |
| os_pipe | MIT | https://github.com/oconnor663/os_pipe.rs |
| owo-colors | MIT | https://github.com/jam1garner/owo-colors |
| pairing | Apache-2.0 OR MIT | https://github.com/zkcrypto/pairing |
| parking | Apache-2.0 OR MIT | https://github.com/stjepang/parking |
| parking_lot | Apache-2.0 OR MIT | https://github.com/Amanieu/parking_lot |
| parking_lot_core | Apache-2.0 OR MIT | https://github.com/Amanieu/parking_lot |
| percent-encoding | Apache-2.0 OR MIT | https://github.com/servo/rust-url/ |
| pin-project | Apache-2.0 OR MIT | https://github.com/taiki-e/pin-project |
| pin-project-internal | Apache-2.0 OR MIT | https://github.com/taiki-e/pin-project |
| pin-project-lite | Apache-2.0 OR MIT | https://github.com/taiki-e/pin-project-lite |
| pin-utils | Apache-2.0 OR MIT | https://github.com/rust-lang-nursery/pin-utils |
| pkg-config | Apache-2.0 OR MIT | https://github.com/rust-lang/pkg-config-rs |
| polyval | Apache-2.0 OR MIT | https://github.com/RustCrypto/universal-hashes |
| ppv-lite86 | Apache-2.0 OR MIT | https://github.com/cryptocorrosion/cryptocorrosion |
| proc-macro-error | Apache-2.0 OR MIT | https://gitlab.com/CreepySkeleton/proc-macro-error |
| proc-macro-error-attr | Apache-2.0 OR MIT | https://gitlab.com/CreepySkeleton/proc-macro-error |
| proc-macro-hack | Apache-2.0 OR MIT | https://github.com/dtolnay/proc-macro-hack |
| proc-macro-nested | Apache-2.0 OR MIT | https://github.com/dtolnay/proc-macro-hack |
| proc-macro2 | Apache-2.0 OR MIT | https://github.com/dtolnay/proc-macro2 |
| quote | Apache-2.0 OR MIT | https://github.com/dtolnay/quote |
| radium | MIT | https://github.com/bitvecto-rs/radium |
| rand | Apache-2.0 OR MIT | https://github.com/rust-random/rand |
| rand_chacha | Apache-2.0 OR MIT | https://github.com/rust-random/rand |
| rand_core | Apache-2.0 OR MIT | https://github.com/rust-random/rand |
| rand_hc | Apache-2.0 OR MIT | https://github.com/rust-random/rand |
| rand_xorshift | Apache-2.0 OR MIT | https://github.com/rust-random/rngs |
| redox_syscall | MIT | https://gitlab.redox-os.org/redox-os/syscall |
| redox_users | MIT | https://gitlab.redox-os.org/redox-os/users |
| regex | Apache-2.0 OR MIT | https://github.com/rust-lang/regex |
| regex-automata | MIT OR Unlicense | https://github.com/BurntSushi/regex-automata |
| regex-syntax | Apache-2.0 OR MIT | https://github.com/rust-lang/regex |
| remove_dir_all | Apache-2.0 OR MIT | https://github.com/XAMPPRocky/remove_dir_all.git |
| reqwest | Apache-2.0 OR MIT | https://github.com/seanmonstar/reqwest |
| riscv | ISC | https://github.com/rust-embedded/riscv |
| riscv-target | ISC | https://github.com/ilya-epifanov/riscv-target |
| ron | Apache-2.0 OR MIT | https://github.com/ron-rs/ron |
| rpassword | Apache-2.0 | https://github.com/conradkleinespel/rpassword |
| rustc_version | Apache-2.0 OR MIT | https://github.com/Kimundi/rustc-version-rs |
| rustls | Apache-2.0 OR MIT | https://github.com/rustls/rustls |
| ryu | Apache-2.0 OR BSL-1.0 | https://github.com/dtolnay/ryu |
| schannel | MIT | https://github.com/steffengy/schannel-rs |
| scopeguard | Apache-2.0 OR MIT | https://github.com/bluss/scopeguard |
| security-framework | Apache-2.0 OR MIT | https://github.com/kornelski/rust-security-framework |
| security-framework-sys | Apache-2.0 OR MIT | https://github.com/kornelski/rust-security-framework |
| semver | Apache-2.0 OR MIT | https://github.com/steveklabnik/semver |
| semver-parser | Apache-2.0 OR MIT | https://github.com/steveklabnik/semver-parser |
| serde | Apache-2.0 OR MIT | https://github.com/serde-rs/serde |
| serde-big-array | Apache-2.0 OR MIT | https://github.com/est31/serde-big-array |
| serde_bare | Apache-2.0 OR MIT | https://git.sr.ht/~tdeo/serde_bare |
| serde_derive | Apache-2.0 OR MIT | https://github.com/serde-rs/serde |
| serde_json | Apache-2.0 OR MIT | https://github.com/serde-rs/json |
| serde_urlencoded | Apache-2.0 OR MIT | https://github.com/nox/serde_urlencoded |
| sha-1 | Apache-2.0 OR MIT | https://github.com/RustCrypto/hashes |
| sha2 | Apache-2.0 OR MIT | https://github.com/RustCrypto/hashes |
| sharded-slab | MIT | https://github.com/hawkw/sharded-slab |
| shared_child | MIT | https://github.com/oconnor663/shared_child.rs |
| signal-hook-registry | Apache-2.0 OR MIT | https://github.com/vorner/signal-hook |
| signature | Apache-2.0 OR MIT | https://github.com/RustCrypto/traits/tree/master/signature |
| slab | MIT | https://github.com/tokio-rs/slab |
| sluice | MIT | https://github.com/sagebind/sluice |
| smallvec | Apache-2.0 OR MIT | https://github.com/servo/rust-smallvec |
| socket2 | Apache-2.0 OR MIT | https://github.com/rust-lang/socket2 |
| spin | MIT | https://github.com/mvdnes/spin-rs.git |
| spinning_top | Apache-2.0 OR MIT | https://github.com/rust-osdev/spinning_top |
| stable_deref_trait | Apache-2.0 OR MIT | https://github.com/storyyeller/stable_deref_trait |
| strsim | MIT | https://github.com/dguo/strsim-rs |
| structopt | Apache-2.0 OR MIT | https://github.com/TeXitoi/structopt |
| structopt-derive | Apache-2.0 OR MIT | https://github.com/TeXitoi/structopt |
| subtle | BSD-3-Clause | https://github.com/dalek-cryptography/subtle |
| syn | Apache-2.0 OR MIT | https://github.com/dtolnay/syn |
| synstructure | MIT | https://github.com/mystor/synstructure |
| tap | MIT | https://github.com/myrrlyn/tap |
| tempfile | Apache-2.0 OR MIT | https://github.com/Stebalien/tempfile |
| termcolor | MIT OR Unlicense | https://github.com/BurntSushi/termcolor |
| textwrap | MIT | https://github.com/mgeisler/textwrap |
| thiserror | Apache-2.0 OR MIT | https://github.com/dtolnay/thiserror |
| thiserror-impl | Apache-2.0 OR MIT | https://github.com/dtolnay/thiserror |
| thread_local | Apache-2.0 OR MIT | https://github.com/Amanieu/thread_local-rs |
| time | Apache-2.0 OR MIT | https://github.com/time-rs/time |
| tinyvec | Apache-2.0 OR MIT OR Zlib | https://github.com/Lokathor/tinyvec |
| tinyvec_macros | Apache-2.0 OR MIT OR Zlib | https://github.com/Soveu/tinyvec_macros |
| tokio | MIT | https://github.com/tokio-rs/tokio |
| tokio-io | MIT | https://github.com/tokio-rs/tokio |
| tokio-macros | MIT | https://github.com/tokio-rs/tokio |
| tokio-native-tls | MIT | https://github.com/tokio-rs/tls |
| tokio-tungstenite | MIT | https://github.com/snapview/tokio-tungstenite |
| tokio-util | MIT | https://github.com/tokio-rs/tokio |
| toml | Apache-2.0 OR MIT | https://github.com/alexcrichton/toml-rs |
| tower-service | MIT | https://github.com/tower-rs/tower |
| tracing | MIT | https://github.com/tokio-rs/tracing |
| tracing-attributes | MIT | https://github.com/tokio-rs/tracing |
| tracing-core | MIT | https://github.com/tokio-rs/tracing |
| tracing-futures | MIT | https://github.com/tokio-rs/tracing |
| tracing-log | MIT | https://github.com/tokio-rs/tracing |
| tracing-subscriber | MIT | https://github.com/tokio-rs/tracing |
| try-lock | MIT | https://github.com/seanmonstar/try-lock |
| trybuild | Apache-2.0 OR MIT | https://github.com/dtolnay/trybuild |
| tungstenite | Apache-2.0 OR MIT | https://github.com/snapview/tungstenite-rs |
| typenum | Apache-2.0 OR MIT | https://github.com/paholg/typenum |
| unicode-bidi | Apache-2.0 OR MIT | https://github.com/servo/unicode-bidi |
| unicode-normalization | Apache-2.0 OR MIT | https://github.com/unicode-rs/unicode-normalization |
| unicode-segmentation | Apache-2.0 OR MIT | https://github.com/unicode-rs/unicode-segmentation |
| unicode-width | Apache-2.0 OR MIT | https://github.com/unicode-rs/unicode-width |
| unicode-xid | Apache-2.0 OR MIT | https://github.com/unicode-rs/unicode-xid |
| universal-hash | Apache-2.0 OR MIT | https://github.com/RustCrypto/traits |
| url | Apache-2.0 OR MIT | https://github.com/servo/rust-url |
| utf-8 | Apache-2.0 OR MIT | https://github.com/SimonSapin/rust-utf8 |
| vcell | Apache-2.0 OR MIT | https://github.com/japaric/vcell |
| vcpkg | Apache-2.0 OR MIT | https://github.com/mcgoo/vcpkg-rs |
| vec_map | Apache-2.0 OR MIT | https://github.com/contain-rs/vec-map |
| version_check | Apache-2.0 OR MIT | https://github.com/SergioBenitez/version_check |
| void | MIT | https://github.com/reem/rust-void.git |
| volatile-register | Apache-2.0 OR MIT | https://github.com/japaric/volatile-register |
| vsss-rs | Apache-2.0 OR MIT | https://github.com/mikelodder7/vsss-rs |
| waker-fn | Apache-2.0 OR MIT | https://github.com/stjepang/waker-fn |
| want | MIT | https://github.com/seanmonstar/want |
| wasi | Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT | https://github.com/bytecodealliance/wasi |
| wasm-bindgen | Apache-2.0 OR MIT | https://github.com/rustwasm/wasm-bindgen |
| wasm-bindgen-backend | Apache-2.0 OR MIT | https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend |
| wasm-bindgen-futures | Apache-2.0 OR MIT | https://github.com/rustwasm/wasm-bindgen/tree/master/crates/futures |
| wasm-bindgen-macro | Apache-2.0 OR MIT | https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro |
| wasm-bindgen-macro-support | Apache-2.0 OR MIT | https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support |
| wasm-bindgen-shared | Apache-2.0 OR MIT | https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared |
| web-sys | Apache-2.0 OR MIT | https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys |
| webbrowser | Apache-2.0 OR MIT | https://github.com/amodm/webbrowser-rs |
| widestring | Apache-2.0 OR MIT | https://github.com/starkat99/widestring-rs.git |
| winapi | Apache-2.0 OR MIT | https://github.com/retep998/winapi-rs |
| winapi-i686-pc-windows-gnu | Apache-2.0 OR MIT | https://github.com/retep998/winapi-rs |
| winapi-util | MIT OR Unlicense | https://github.com/BurntSushi/winapi-util |
| winapi-x86_64-pc-windows-gnu | Apache-2.0 OR MIT | https://github.com/retep998/winapi-rs |
| winreg | MIT | https://github.com/gentoo90/winreg-rs |
| woke | Apache-2.0 OR MIT | https://crates.io/crates/woke |
| wyz | MIT | https://github.com/myrrlyn/wyz |
| x25519-dalek | BSD-3-Clause | https://github.com/dalek-cryptography/x25519-dalek |
| zeroize | Apache-2.0 OR MIT | https://github.com/iqlusioninc/crates/tree/main/zeroize |
| zeroize_derive | Apache-2.0 OR MIT | https://github.com/iqlusioninc/crates/tree/main/zeroize/derive |
| bare | Apache 2.0 | https://hex.pm/packages/bare |
| bunt | MIT | https://hex.pm/packages/bunt |
| credo | MIT | https://hex.pm/packages/credo |
| dialyxir | Apache 2.0 | https://hex.pm/packages/dialyxir |
| earmark_parser | Apache 2.0 | https://hex.pm/packages/earmark_parser |
| erlex | Apache 2.0 | https://hex.pm/packages/erlex |
| ex_doc | Apache 2.0 | https://hex.pm/packages/ex_doc |
| file_system | WTFPL | https://hex.pm/packages/file_system |
| gen_state_machine | Apache 2.0 | https://hex.pm/packages/gen_state_machine |
| jason | Apache 2.0 | https://hex.pm/packages/jason |
| makeup | BSD | https://hex.pm/packages/makeup |
| makeup_elixir | BSD | https://hex.pm/packages/makeup_elixir |
| makeup_erlang | BSD | https://hex.pm/packages/makeup_erlang |
| nimble_parsec | Apache 2.0 | https://hex.pm/packages/nimble_parsec |
| ranch | ISC | https://hex.pm/packages/ranch |
| telemetry | Apache 2.0 | https://hex.pm/packages/telemetry |
| brod | Apache 2.0 | https://hex.pm/packages/brod |
| certifi | BSD | https://hex.pm/packages/certifi |
| combine | MIT | https://hex.pm/packages/combine |
| connection | Apache 2.0 | https://hex.pm/packages/connection |
| crc32cer | Apache 2.0 | https://hex.pm/packages/crc32cer |
| crontab | MIT | https://hex.pm/packages/crontab |
| db_connection | Apache 2.0 | https://hex.pm/packages/db_connection |
| decimal | Apache 2.0 | https://hex.pm/packages/decimal |
| gettext | Apache 2.0 | https://hex.pm/packages/gettext |
| hackney | Apache 2.0 | https://hex.pm/packages/hackney |
| hex2bin | Apache | https://hex.pm/packages/hex2bin |
| httpoison | MIT | https://hex.pm/packages/httpoison |
| kafka_protocol | Apache 2.0 | https://hex.pm/packages/kafka_protocol |
| metrics | BSD | https://hex.pm/packages/metrics |
| mimerl | MIT | https://hex.pm/packages/mimerl |
| parse_trans | Apache 2.0 | https://hex.pm/packages/parse_trans |
| poison | CC0-1.0 | https://hex.pm/packages/poison |
| postgrex | Apache 2.0 | https://hex.pm/packages/postgrex |
| sched_ex | MIT | https://hex.pm/packages/sched_ex |
| snappyer | Apache License 2.0 | https://hex.pm/packages/snappyer |
| ssl_verify_fun | MIT | https://hex.pm/packages/ssl_verify_fun |
| supervisor3 | MPL | https://hex.pm/packages/supervisor3 |
| telemetry_influxdb | MIT | https://hex.pm/packages/telemetry_influxdb |
| telemetry_poller | Apache 2.0 | https://hex.pm/packages/telemetry_poller |
| timex | MIT | https://hex.pm/packages/timex |
| tzdata | MIT | https://hex.pm/packages/tzdata |
| unicode_util_compat | Apache 2.0 | https://hex.pm/packages/unicode_util_compat |
| worker_pool | Apache 2.0 | https://hex.pm/packages/worker_pool |
| cowboy | ISC | https://hex.pm/packages/cowboy |
| cowboy_telemetry | Apache 2.0 | https://hex.pm/packages/cowboy_telemetry |
| cowlib | ISC | https://hex.pm/packages/cowlib |
| plug | Apache 2.0 | https://hex.pm/packages/plug |
| plug_cowboy | Apache 2.0 | https://hex.pm/packages/plug_cowboy |
| plug_crypto | Apache 2.0 | https://hex.pm/packages/plug_crypto |