@@ -5,6 +5,7 @@ android-tzdata,https://github.com/RumovZ/android-tzdata,MIT OR Apache-2.0,RumovZ
5
5
android_system_properties,https://github.com/nical/android_system_properties,MIT OR Apache-2.0,Nicolas Silva <
[email protected] >
6
6
anyhow,https://github.com/dtolnay/anyhow,MIT OR Apache-2.0,David Tolnay <
[email protected] >
7
7
async-stream,https://github.com/tokio-rs/async-stream,MIT,Carl Lerche <
[email protected] >
8
+ async-stream-impl,https://github.com/tokio-rs/async-stream,MIT,Carl Lerche <
[email protected] >
8
9
async-trait,https://github.com/dtolnay/async-trait,MIT OR Apache-2.0,David Tolnay <
[email protected] >
9
10
backtrace,https://github.com/rust-lang/backtrace-rs,MIT OR Apache-2.0,The Rust Project Developers
10
11
base64,https://github.com/marshallpierce/rust-base64,MIT OR Apache-2.0,"Alice Maz <
[email protected] >, Marshall Pierce <
[email protected] >"
@@ -15,8 +16,11 @@ bytes,https://github.com/tokio-rs/bytes,MIT,"Carl Lerche <
[email protected] >, Se
15
16
cfg-if,https://github.com/rust-lang/cfg-if,MIT OR Apache-2.0,Alex Crichton <
[email protected] >
16
17
chrono,https://github.com/chronotope/chrono,MIT OR Apache-2.0,The chrono Authors
17
18
core-foundation,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
19
+ core-foundation-sys,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
18
20
crc32fast,https://github.com/srijs/rust-crc32fast,MIT OR Apache-2.0,"Sam Rijs <
[email protected] >, Alex Crichton <
[email protected] >"
19
21
darling,https://github.com/TedDriggs/darling,MIT,Ted Driggs <
[email protected] >
22
+ darling_core,https://github.com/TedDriggs/darling,MIT,Ted Driggs <
[email protected] >
23
+ darling_macro,https://github.com/TedDriggs/darling,MIT,Ted Driggs <
[email protected] >
20
24
deranged,https://github.com/jhpratt/deranged,MIT OR Apache-2.0,Jacob Pratt <
[email protected] >
21
25
displaydoc,https://github.com/yaahc/displaydoc,MIT OR Apache-2.0,Jane Lusby <
[email protected] >
22
26
dyn-clone,https://github.com/dtolnay/dyn-clone,MIT OR Apache-2.0,David Tolnay <
[email protected] >
@@ -27,7 +31,9 @@ fastrand,https://github.com/smol-rs/fastrand,Apache-2.0 OR MIT,Stjepan Glavina <
27
31
flate2,https://github.com/rust-lang/flate2-rs,MIT OR Apache-2.0,"Alex Crichton <
[email protected] >, Josh Triplett <
[email protected] >"
28
32
fnv,https://github.com/servo/rust-fnv,Apache-2.0 OR MIT,Alex Crichton <
[email protected] >
29
33
foreign-types,https://github.com/sfackler/foreign-types,MIT OR Apache-2.0,Steven Fackler <
[email protected] >
34
+ foreign-types-shared,https://github.com/sfackler/foreign-types,MIT OR Apache-2.0,Steven Fackler <
[email protected] >
30
35
form-data-builder,https://github.com/iliana/form-data-builder,MIT-0,The form-data-builder Authors
36
+ form_urlencoded,https://github.com/servo/rust-url,MIT OR Apache-2.0,The rust-url developers
31
37
futures,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futures Authors
32
38
futures-channel,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futures-channel Authors
33
39
futures-core,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futures-core Authors
@@ -58,6 +64,7 @@ icu_properties,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Projec
58
64
icu_properties_data,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
59
65
icu_provider,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
60
66
ident_case,https://github.com/TedDriggs/ident_case,MIT OR Apache-2.0,Ted Driggs <
[email protected] >
67
+ idna,https://github.com/servo/rust-url,MIT OR Apache-2.0,The rust-url developers
61
68
idna_adapter,https://github.com/hsivonen/idna_adapter,Apache-2.0 OR MIT,The rust-url developers
62
69
indexmap,https://github.com/bluss/indexmap,Apache-2.0 OR MIT,The indexmap Authors
63
70
indexmap,https://github.com/indexmap-rs/indexmap,Apache-2.0 OR MIT,The indexmap Authors
@@ -87,6 +94,8 @@ openssl-macros,https://github.com/sfackler/rust-openssl,MIT OR Apache-2.0,The op
87
94
openssl-probe,https://github.com/alexcrichton/openssl-probe,MIT OR Apache-2.0,Alex Crichton <
[email protected] >
88
95
openssl-sys,https://github.com/sfackler/rust-openssl,MIT,"Alex Crichton <
[email protected] >, Steven Fackler <
[email protected] >"
89
96
parking_lot,https://github.com/Amanieu/parking_lot,Apache-2.0 OR MIT,Amanieu d'Antras <
[email protected] >
97
+ parking_lot_core,https://github.com/Amanieu/parking_lot,Apache-2.0 OR MIT,Amanieu d'Antras <
[email protected] >
98
+ percent-encoding,https://github.com/servo/rust-url,MIT OR Apache-2.0,The rust-url developers
90
99
pin-project-lite,https://github.com/taiki-e/pin-project-lite,Apache-2.0 OR MIT,The pin-project-lite Authors
91
100
pin-utils,https://github.com/rust-lang-nursery/pin-utils,MIT OR Apache-2.0,Josef Brandl <
[email protected] >
92
101
potential_utf,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
@@ -97,10 +106,13 @@ quote,https://github.com/dtolnay/quote,MIT OR Apache-2.0,David Tolnay <dtolnay@g
97
106
r-efi,https://github.com/r-efi/r-efi,MIT OR Apache-2.0 OR LGPL-2.1-or-later,The r-efi Authors
98
107
rand,https://github.com/rust-random/rand,MIT OR Apache-2.0,"The Rand Project Developers, The Rust Project Developers"
99
108
rand_chacha,https://github.com/rust-random/rand,MIT OR Apache-2.0,"The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors"
109
+ rand_core,https://github.com/rust-random/rand,MIT OR Apache-2.0,"The Rand Project Developers, The Rust Project Developers"
100
110
redox_syscall,https://gitlab.redox-os.org/redox-os/syscall,MIT,Jeremy Soller <
[email protected] >
101
111
ref-cast,https://github.com/dtolnay/ref-cast,MIT OR Apache-2.0,David Tolnay <
[email protected] >
112
+ ref-cast-impl,https://github.com/dtolnay/ref-cast,MIT OR Apache-2.0,David Tolnay <
[email protected] >
102
113
reqwest,https://github.com/seanmonstar/reqwest,MIT OR Apache-2.0,Sean McArthur <
[email protected] >
103
114
reqwest-middleware,https://github.com/TrueLayer/reqwest-middleware,MIT OR Apache-2.0,Rodrigo Gryzinski <
[email protected] >
115
+ reqwest-retry,https://github.com/TrueLayer/reqwest-middleware,MIT OR Apache-2.0,Rodrigo Gryzinski <
[email protected] >
104
116
retry-policies,https://github.com/TrueLayer/retry-policies,MIT OR Apache-2.0,Luca Palmieri <
[email protected] >
105
117
rustc-demangle,https://github.com/rust-lang/rustc-demangle,MIT OR Apache-2.0,Alex Crichton <
[email protected] >
106
118
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] >"
@@ -111,7 +123,9 @@ schannel,https://github.com/steffengy/schannel-rs,MIT,"Steven Fackler <sfackler@
111
123
schemars,https://github.com/GREsau/schemars,MIT,Graham Esau <
[email protected] >
112
124
scopeguard,https://github.com/bluss/scopeguard,MIT OR Apache-2.0,bluss
113
125
security-framework,https://github.com/kornelski/rust-security-framework,MIT OR Apache-2.0,"Steven Fackler <
[email protected] >, Kornel <
[email protected] >"
126
+ security-framework-sys,https://github.com/kornelski/rust-security-framework,MIT OR Apache-2.0,"Steven Fackler <
[email protected] >, Kornel <
[email protected] >"
114
127
serde,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <
[email protected] >, David Tolnay <
[email protected] >"
128
+ serde_derive,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <
[email protected] >, David Tolnay <
[email protected] >"
115
129
serde_json,https://github.com/serde-rs/json,MIT OR Apache-2.0,"Erick Tryzelaar <
[email protected] >, David Tolnay <
[email protected] >"
116
130
serde_urlencoded,https://github.com/nox/serde_urlencoded,MIT OR Apache-2.0,Anthony Ramine <
[email protected] >
117
131
serde_with,https://github.com/jonasbb/serde_with,MIT OR Apache-2.0,"Jonas Bushart, Marcin Kaźmierczak"
@@ -125,13 +139,19 @@ syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay <dtolnay@gmail
125
139
sync_wrapper,https://github.com/Actyx/sync_wrapper,Apache-2.0,Actyx AG <
[email protected] >
126
140
synstructure,https://github.com/mystor/synstructure,MIT,Nika Layzell <
[email protected] >
127
141
system-configuration,https://github.com/mullvad/system-configuration-rs,MIT OR Apache-2.0,Mullvad VPN
142
+ system-configuration-sys,https://github.com/mullvad/system-configuration-rs,MIT OR Apache-2.0,Mullvad VPN
128
143
task-local-extensions,https://github.com/TrueLayer/task-local-extensions,MIT OR Apache-2.0,"Conrad Ludgate <
[email protected] >, Rodrigo Gryzinski <
[email protected] >"
129
144
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] >"
130
145
thiserror,https://github.com/dtolnay/thiserror,MIT OR Apache-2.0,David Tolnay <
[email protected] >
146
+ thiserror-impl,https://github.com/dtolnay/thiserror,MIT OR Apache-2.0,David Tolnay <
[email protected] >
131
147
time,https://github.com/time-rs/time,MIT OR Apache-2.0,"Jacob Pratt <
[email protected] >, Time contributors"
148
+ time-core,https://github.com/time-rs/time,MIT OR Apache-2.0,"Jacob Pratt <
[email protected] >, Time contributors"
149
+ time-macros,https://github.com/time-rs/time,MIT OR Apache-2.0,"Jacob Pratt <
[email protected] >, Time contributors"
132
150
tinystr,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
133
151
tokio,https://github.com/tokio-rs/tokio,MIT,Tokio Contributors <
[email protected] >
152
+ tokio-macros,https://github.com/tokio-rs/tokio,MIT,Tokio Contributors <
[email protected] >
134
153
tokio-native-tls,https://github.com/tokio-rs/tls,MIT,Tokio Contributors <
[email protected] >
154
+ tokio-util,https://github.com/tokio-rs/tokio,MIT,Tokio Contributors <
[email protected] >
135
155
tower-service,https://github.com/tower-rs/tower,MIT,Tower Maintainers <
[email protected] >
136
156
tracing,https://github.com/tokio-rs/tracing,MIT,"Eliza Weisman <
[email protected] >, Tokio Contributors <
[email protected] >"
137
157
tracing-attributes,https://github.com/tokio-rs/tracing,MIT,"Tokio Contributors <
[email protected] >, Eliza Weisman <
[email protected] >, David Barsky <
[email protected] >"
@@ -155,6 +175,8 @@ wasm-bindgen-shared,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/
155
175
wasm-timer,https://github.com/tomaka/wasm-timer,MIT,Pierre Krieger <
[email protected] >
156
176
web-sys,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/web-sys,MIT OR Apache-2.0,The wasm-bindgen Developers
157
177
winapi,https://github.com/retep998/winapi-rs,MIT OR Apache-2.0,Peter Atashian <
[email protected] >
178
+ winapi-i686-pc-windows-gnu,https://github.com/retep998/winapi-rs,MIT OR Apache-2.0,Peter Atashian <
[email protected] >
179
+ winapi-x86_64-pc-windows-gnu,https://github.com/retep998/winapi-rs,MIT OR Apache-2.0,Peter Atashian <
[email protected] >
158
180
windows-core,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
159
181
windows-implement,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
160
182
windows-interface,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
@@ -177,6 +199,7 @@ writeable,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Dev
177
199
yoke,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <
[email protected] >
178
200
yoke-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <
[email protected] >
179
201
zerocopy,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,"Joshua Liebow-Feeser <
[email protected] >, Jack Wrenn <
[email protected] >"
202
+ zerocopy-derive,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,"Joshua Liebow-Feeser <
[email protected] >, Jack Wrenn <
[email protected] >"
180
203
zerofrom,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <
[email protected] >
181
204
zerofrom-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <
[email protected] >
182
205
zerotrie,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
0 commit comments