@@ -12,11 +12,12 @@ bumpalo,https://github.com/fitzgen/bumpalo,MIT OR Apache-2.0,Nick Fitzgerald <fi
12
12
bytes,https://github.com/tokio-rs/bytes,MIT,"Carl Lerche <
[email protected] >, Sean McArthur <
[email protected] >"
13
13
cfg-if,https://github.com/alexcrichton/cfg-if,MIT OR Apache-2.0,Alex Crichton <
[email protected] >
14
14
chrono,https://github.com/chronotope/chrono,MIT OR Apache-2.0,The chrono Authors
15
- core-foundation,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
15
+ core-foundation,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
16
16
darling,https://github.com/TedDriggs/darling,MIT,Ted Driggs <
[email protected] >
17
+ deranged,https://github.com/jhpratt/deranged,MIT OR Apache-2.0,Jacob Pratt <
[email protected] >
17
18
encoding_rs,https://github.com/hsivonen/encoding_rs,(Apache-2.0 OR MIT) AND BSD-3-Clause,Henri Sivonen <
[email protected] >
19
+ equivalent,https://github.com/cuviper/equivalent,Apache-2.0 OR MIT,The equivalent Authors
18
20
errno,https://github.com/lambda-fairy/rust-errno,MIT OR Apache-2.0,Chris Wong <
[email protected] >
19
- errno-dragonfly,https://github.com/mneumann/errno-dragonfly-rs,MIT,Michael Neumann <
[email protected] >
20
21
fastrand,https://github.com/smol-rs/fastrand,Apache-2.0 OR MIT,Stjepan Glavina <
[email protected] >
21
22
fnv,https://github.com/servo/rust-fnv,Apache-2.0 OR MIT,Alex Crichton <
[email protected] >
22
23
foreign-types,https://github.com/sfackler/foreign-types,MIT OR Apache-2.0,Steven Fackler <
[email protected] >
@@ -32,7 +33,7 @@ futures-util,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futur
32
33
gimli,https://github.com/gimli-rs/gimli,MIT OR Apache-2.0,The gimli Authors
33
34
h2,https://github.com/hyperium/h2,MIT,"Carl Lerche <
[email protected] >, Sean McArthur <
[email protected] >"
34
35
hashbrown,https://github.com/rust-lang/hashbrown,MIT OR Apache-2.0,Amanieu d'Antras <
[email protected] >
35
- hermit-abi,https://github.com/hermitcore /hermit-rs,MIT OR Apache-2.0,Stefan Lankes
36
+ hermit-abi,https://github.com/hermit-os /hermit-rs,MIT OR Apache-2.0,Stefan Lankes
36
37
hex,https://github.com/KokaKiwi/rust-hex,MIT OR Apache-2.0,KokaKiwi <
[email protected] >
37
38
http,https://github.com/hyperium/http,MIT OR Apache-2.0,"Alex Crichton <
[email protected] >, Carl Lerche <
[email protected] >, Sean McArthur <
[email protected] >"
38
39
http-body,https://github.com/hyperium/http-body,MIT,"Carl Lerche <
[email protected] >, Lucio Franco <
[email protected] >, Sean McArthur <
[email protected] >"
@@ -44,6 +45,7 @@ iana-time-zone,https://github.com/strawlab/iana-time-zone,MIT OR Apache-2.0,"And
44
45
iana-time-zone-haiku,https://github.com/strawlab/iana-time-zone,MIT OR Apache-2.0,René Kijewski <
[email protected] >
45
46
ident_case,https://github.com/TedDriggs/ident_case,MIT OR Apache-2.0,Ted Driggs <
[email protected] >
46
47
indexmap,https://github.com/bluss/indexmap,Apache-2.0 OR MIT,The indexmap Authors
48
+ indexmap,https://github.com/indexmap-rs/indexmap,Apache-2.0 OR MIT,The indexmap Authors
47
49
ipnet,https://github.com/krisprice/ipnet,MIT OR Apache-2.0,Kris Price <
[email protected] >
48
50
itoa,https://github.com/dtolnay/itoa,MIT OR Apache-2.0,David Tolnay <
[email protected] >
49
51
js-sys,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/js-sys,MIT OR Apache-2.0,The wasm-bindgen Developers
@@ -57,6 +59,7 @@ mime_guess,https://github.com/abonander/mime_guess,MIT,Austin Bonander <austin.b
57
59
miniz_oxide,https://github.com/Frommi/miniz_oxide/tree/master/miniz_oxide,MIT OR Zlib OR Apache-2.0,"Frommi <
[email protected] >, oyvindln <
[email protected] >"
58
60
mio,https://github.com/tokio-rs/mio,MIT,"Carl Lerche <
[email protected] >, Thomas de Zeeuw <
[email protected] >, Tokio Contributors <
[email protected] >"
59
61
native-tls,https://github.com/sfackler/rust-native-tls,MIT OR Apache-2.0,Steven Fackler <
[email protected] >
62
+ num-conv,https://github.com/jhpratt/num-conv,MIT OR Apache-2.0,Jacob Pratt <
[email protected] >
60
63
num-traits,https://github.com/rust-num/num-traits,MIT OR Apache-2.0,The Rust Project Developers
61
64
num_cpus,https://github.com/seanmonstar/num_cpus,MIT OR Apache-2.0,Sean McArthur <
[email protected] >
62
65
object,https://github.com/gimli-rs/object,Apache-2.0 OR MIT,The object Authors
@@ -67,18 +70,18 @@ openssl-probe,https://github.com/alexcrichton/openssl-probe,MIT OR Apache-2.0,Al
67
70
openssl-sys,https://github.com/sfackler/rust-openssl,MIT,"Alex Crichton <
[email protected] >, Steven Fackler <
[email protected] >"
68
71
pin-project-lite,https://github.com/taiki-e/pin-project-lite,Apache-2.0 OR MIT,The pin-project-lite Authors
69
72
pin-utils,https://github.com/rust-lang-nursery/pin-utils,MIT OR Apache-2.0,Josef Brandl <
[email protected] >
73
+ powerfmt,https://github.com/jhpratt/powerfmt,MIT OR Apache-2.0,Jacob Pratt <
[email protected] >
70
74
proc-macro2,https://github.com/dtolnay/proc-macro2,MIT OR Apache-2.0,"David Tolnay <
[email protected] >, Alex Crichton <
[email protected] >"
71
75
quote,https://github.com/dtolnay/quote,MIT OR Apache-2.0,David Tolnay <
[email protected] >
72
- redox_syscall,https://gitlab.redox-os.org/redox-os/syscall,MIT,Jeremy Soller <
[email protected] >
73
76
reqwest,https://github.com/seanmonstar/reqwest,MIT OR Apache-2.0,Sean McArthur <
[email protected] >
74
77
reqwest-middleware,https://github.com/TrueLayer/reqwest-middleware,MIT OR Apache-2.0,Rodrigo Gryzinski <
[email protected] >
75
78
rustc-demangle,https://github.com/alexcrichton/rustc-demangle,MIT OR Apache-2.0,Alex Crichton <
[email protected] >
76
79
rustix,https://github.com/bytecodealliance/rustix,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,"Dan Gohman <
[email protected] >, Jakub Konka <
[email protected] >"
80
+ rustls-pemfile,https://github.com/rustls/pemfile,Apache-2.0 OR ISC OR MIT,The rustls-pemfile Authors
77
81
ryu,https://github.com/dtolnay/ryu,Apache-2.0 OR BSL-1.0,David Tolnay <
[email protected] >
78
82
schannel,https://github.com/steffengy/schannel-rs,MIT,"Steven Fackler <
[email protected] >, Steffen Butzer <
[email protected] >"
79
83
security-framework,https://github.com/kornelski/rust-security-framework,MIT OR Apache-2.0,"Steven Fackler <
[email protected] >, Kornel <
[email protected] >"
80
84
serde,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <
[email protected] >, David Tolnay <
[email protected] >"
81
- serde_derive,https://github.com/serde-rs/serde,MIT OR Apache-2.0,David Tolnay <
[email protected] >
82
85
serde_json,https://github.com/serde-rs/json,MIT OR Apache-2.0,"Erick Tryzelaar <
[email protected] >, David Tolnay <
[email protected] >"
83
86
serde_repr,https://github.com/dtolnay/serde-repr,MIT OR Apache-2.0,David Tolnay <
[email protected] >
84
87
serde_urlencoded,https://github.com/nox/serde_urlencoded,MIT OR Apache-2.0,Anthony Ramine <
[email protected] >
@@ -88,6 +91,8 @@ slab,https://github.com/tokio-rs/slab,MIT,Carl Lerche <
[email protected] >
88
91
socket2,https://github.com/rust-lang/socket2,MIT OR Apache-2.0,"Alex Crichton <
[email protected] >, Thomas de Zeeuw <
[email protected] >"
89
92
strsim,https://github.com/dguo/strsim-rs,MIT,Danny Guo <
[email protected] >
90
93
syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay <
[email protected] >
94
+ sync_wrapper,https://github.com/Actyx/sync_wrapper,Apache-2.0,Actyx AG <
[email protected] >
95
+ system-configuration,https://github.com/mullvad/system-configuration-rs,MIT OR Apache-2.0,Mullvad VPN
91
96
task-local-extensions,https://github.com/TrueLayer/task-local-extensions,MIT OR Apache-2.0,"Conrad Ludgate <
[email protected] >, Rodrigo Gryzinski <
[email protected] >"
92
97
tempfile,https://github.com/Stebalien/tempfile,MIT OR Apache-2.0,"Steven Allen <
[email protected] >, The Rust Project Developers, Ashley Mannix <
[email protected] >, Jason White <
[email protected] >"
93
98
thiserror,https://github.com/dtolnay/thiserror,MIT OR Apache-2.0,David Tolnay <
[email protected] >
@@ -115,6 +120,14 @@ wasm-bindgen-macro,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/m
115
120
wasm-bindgen-macro-support,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro-support,MIT OR Apache-2.0,The wasm-bindgen Developers
116
121
wasm-bindgen-shared,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/shared,MIT OR Apache-2.0,The wasm-bindgen Developers
117
122
web-sys,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys,MIT OR Apache-2.0,The wasm-bindgen Developers
118
- winapi,https://github.com/retep998/winapi-rs,MIT OR Apache-2.0,Peter Atashian <
[email protected] >
119
- windows,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
123
+ windows-core,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
124
+ windows-sys,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
125
+ windows-targets,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
126
+ windows_aarch64_gnullvm,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
127
+ windows_aarch64_msvc,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
128
+ windows_i686_gnu,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
129
+ windows_i686_msvc,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
130
+ windows_x86_64_gnu,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
131
+ windows_x86_64_gnullvm,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
132
+ windows_x86_64_msvc,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
120
133
winreg,https://github.com/gentoo90/winreg-rs,MIT,Igor Shaula <
[email protected] >
0 commit comments