@@ -30,9 +30,11 @@ camino,https://github.com/camino-rs/camino,MIT OR Apache-2.0,"Without Boats <sao
3030cargo-platform , https://github.com/rust-lang/cargo , MIT OR Apache-2.0 , The cargo-platform Authors
3131cargo_metadata , https://github.com/oli-obk/cargo_metadata , MIT , Oliver Schneider <git-spam-no-reply9815368754983@oli-obk.de>
3232cc , https://github.com/rust-lang/cc-rs , MIT OR Apache-2.0 , Alex Crichton <alex@alexcrichton.com>
33+ cesu8 , https://github.com/emk/cesu8-rs , Apache-2.0 OR MIT , Eric Kidd <git@randomhacks.net>
3334cexpr , https://github.com/jethrogb/rust-cexpr , Apache-2.0 OR MIT , Jethro Beekman <jethro@jbeekman.nl>
3435cfg-if , https://github.com/rust-lang/cfg-if , MIT OR Apache-2.0 , Alex Crichton <alex@alexcrichton.com>
3536clang-sys , https://github.com/KyleMayes/clang-sys , Apache-2.0 , Kyle Mayes <kyle@mayeses.com>
37+ combine , https://github.com/Marwes/combine , MIT , Markus Westerlind <marwes91@gmail.com>
3638concurrent-queue , https://github.com/smol-rs/concurrent-queue , Apache-2.0 OR MIT , " Stjepan Glavina <stjepang@gmail.com>, Taiki Endo <te316e89@gmail.com>, John Nunley <dev@notgull.net>"
3739const_format , https://github.com/rodrimati1992/const_format_crates , Zlib , rodrimati1992 <rodrimatt1985@gmail.com>
3840const_format_proc_macros , https://github.com/rodrimati1992/const_format_crates , Zlib , rodrimati1992 <rodrimatt1985@gmail.com>
@@ -112,6 +114,10 @@ ipnet,https://github.com/krisprice/ipnet,MIT OR Apache-2.0,Kris Price <kris@kris
112114iri-string , https://github.com/lo48576/iri-string , MIT OR Apache-2.0 , YOSHIOKA Takuma <nop_thread@nops.red>
113115itertools , https://github.com/rust-itertools/itertools , MIT OR Apache-2.0 , bluss
114116itoa , https://github.com/dtolnay/itoa , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
117+ jni , https://github.com/jni-rs/jni-rs , MIT OR Apache-2.0 , Josh Chase <josh@prevoty.com>
118+ jni-sys , https://github.com/jni-rs/jni-sys , MIT OR Apache-2.0 , Steven Fackler <sfackler@gmail.com>
119+ jni-sys , https://github.com/jni-rs/jni-sys , MIT OR Apache-2.0 , " Steven Fackler <sfackler@gmail.com>, Robert Bragg <robert@sixbynine.org>"
120+ jni-sys-macros , https://github.com/jni-rs/jni-sys , MIT OR Apache-2.0 , Robert Bragg <robert@sixbynine.org>
115121jobserver , https://github.com/rust-lang/jobserver-rs , MIT OR Apache-2.0 , Alex Crichton <alex@alexcrichton.com>
116122js-sys , https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys , MIT OR Apache-2.0 , The wasm-bindgen Developers
117123lazy_static , https://github.com/rust-lang-nursery/lazy-static.rs , MIT OR Apache-2.0 , Marvin Löbel <loebel.marvin@gmail.com>
@@ -209,17 +215,21 @@ rustix,https://github.com/bytecodealliance/rustix,Apache-2.0 WITH LLVM-exception
209215rustls , https://github.com/rustls/rustls , Apache-2.0 OR ISC OR MIT , The rustls Authors
210216rustls-native-certs , https://github.com/rustls/rustls-native-certs , Apache-2.0 OR ISC OR MIT , The rustls-native-certs Authors
211217rustls-pki-types , https://github.com/rustls/pki-types , MIT OR Apache-2.0 , The rustls-pki-types Authors
218+ rustls-platform-verifier , https://github.com/rustls/rustls-platform-verifier , MIT OR Apache-2.0 , The rustls-platform-verifier Authors
219+ rustls-platform-verifier-android , https://github.com/rustls/rustls-platform-verifier , MIT OR Apache-2.0 , The rustls-platform-verifier-android Authors
212220rustls-webpki , https://github.com/rustls/webpki , ISC , The rustls-webpki Authors
213221rustversion , https://github.com/dtolnay/rustversion , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
214222rusty-fork , https://github.com/altsysrq/rusty-fork , MIT OR Apache-2.0 , Jason Lingle
215223ryu , https://github.com/dtolnay/ryu , Apache-2.0 OR BSL-1.0 , David Tolnay <dtolnay@gmail.com>
224+ same-file , https://github.com/BurntSushi/same-file , Unlicense OR MIT , Andrew Gallant <jamslam@gmail.com>
216225schannel , https://github.com/steffengy/schannel-rs , MIT , " Steven Fackler <sfackler@gmail.com>, Steffen Butzer <steffen.butzer@outlook.com>"
217226scopeguard , https://github.com/bluss/scopeguard , MIT OR Apache-2.0 , bluss
218227security-framework , https://github.com/kornelski/rust-security-framework , MIT OR Apache-2.0 , " Steven Fackler <sfackler@gmail.com>, Kornel <kornel@geekhood.net>"
219228security-framework-sys , https://github.com/kornelski/rust-security-framework , MIT OR Apache-2.0 , " Steven Fackler <sfackler@gmail.com>, Kornel <kornel@geekhood.net>"
220229semver , https://github.com/dtolnay/semver , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
221230serde , https://github.com/serde-rs/serde , MIT OR Apache-2.0 , " Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>"
222231serde-aux , https://github.com/iddm/serde-aux , MIT , Victor Polevoy <maintainer@vpolevoy.com>
232+ serde-transcode , https://github.com/sfackler/serde-transcode , MIT OR Apache-2.0 , Steven Fackler <sfackler@palantir.com>
223233serde-value , https://github.com/arcnmx/serde-value , MIT , arcnmx
224234serde_bytes , https://github.com/serde-rs/bytes , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
225235serde_core , https://github.com/serde-rs/serde , MIT OR Apache-2.0 , " Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>"
@@ -249,6 +259,7 @@ synstructure,https://github.com/mystor/synstructure,MIT,Nika Layzell <nika@thela
249259sys-info , https://github.com/FillZpp/sys-info-rs , MIT , Siyu Wang <FillZpp.pub@gmail.com>
250260tabwriter , https://github.com/BurntSushi/tabwriter , Unlicense OR MIT , Andrew Gallant <jamslam@gmail.com>
251261tempfile , https://github.com/Stebalien/tempfile , MIT OR Apache-2.0 , " Steven Allen <steven@stebalien.com>, The Rust Project Developers, Ashley Mannix <ashleymannix@live.com.au>, Jason White <me@jasonwhite.io>"
262+ thin-vec , https://github.com/mozilla/thin-vec , MIT OR Apache-2.0 , Aria Beingessner <a.beingessner@gmail.com>
252263thiserror , https://github.com/dtolnay/thiserror , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
253264thiserror-impl , https://github.com/dtolnay/thiserror , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
254265thread_local , https://github.com/Amanieu/thread_local-rs , MIT OR Apache-2.0 , Amanieu d'Antras <amanieu@gmail.com>
@@ -301,8 +312,10 @@ wasm-metadata,https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wa
301312wasmparser , https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser , Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT , Yury Delendik <ydelendik@mozilla.com>
302313web-sys , https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/web-sys , MIT OR Apache-2.0 , The wasm-bindgen Developers
303314web-time , https://github.com/daxpedda/web-time , MIT OR Apache-2.0 , The web-time Authors
315+ webpki-root-certs , https://github.com/rustls/webpki-roots , CDLA-Permissive-2.0 , The webpki-root-certs Authors
304316webpki-roots , https://github.com/rustls/webpki-roots , CDLA-Permissive-2.0 , The webpki-roots Authors
305317which , https://github.com/harryfei/which-rs , MIT , Harry Fei <tiziyuanfang@gmail.com>
318+ winapi-util , https://github.com/BurntSushi/winapi-util , Unlicense OR MIT , Andrew Gallant <jamslam@gmail.com>
306319windows , https://github.com/microsoft/windows-rs , MIT OR Apache-2.0 , Microsoft
307320windows-link , https://github.com/microsoft/windows-rs , MIT OR Apache-2.0 , The windows-link Authors
308321windows-sys , https://github.com/microsoft/windows-rs , MIT OR Apache-2.0 , Microsoft
0 commit comments