@@ -16,15 +16,17 @@ bitflags,https://github.com/bitflags/bitflags,MIT OR Apache-2.0,The Rust Project
1616bitvec,https://github.com/bitvecto-rs/bitvec,MIT,The bitvec Authors
1717block-buffer,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers
1818browserslist-rs,https://github.com/browserslist/browserslist-rs,MIT,Pig Fang <
[email protected] >
19+ bstr,https://github.com/BurntSushi/bstr,MIT OR Apache-2.0,Andrew Gallant <
[email protected] >
1920bumpalo,https://github.com/fitzgen/bumpalo,MIT OR Apache-2.0,Nick Fitzgerald <
[email protected] >
2021bytecheck,https://github.com/rkyv/bytecheck,MIT,David Koloski <
[email protected] >
2122bytecount,https://github.com/llogiq/bytecount,Apache-2.0 OR MIT,"Andre Bogus <
[email protected] >, Joshua Landau <
[email protected] >"
2223bytes,https://github.com/tokio-rs/bytes,MIT,"Carl Lerche <
[email protected] >, Sean McArthur <
[email protected] >"
24+ bytes-str,https://github.com/dudykr/ddbase,Apache-2.0,Donny <
[email protected] >
2325camino,https://github.com/camino-rs/camino,MIT OR Apache-2.0,"Without Boats <
[email protected] >, Ashley Williams <
[email protected] >, Steve Klabnik <
[email protected] >, Rain <
[email protected] >"
2426cargo-platform,https://github.com/rust-lang/cargo,MIT OR Apache-2.0,The cargo-platform Authors
2527cargo_metadata,https://github.com/oli-obk/cargo_metadata,MIT,Oliver Schneider <
[email protected] >
2628castaway,https://github.com/sagebind/castaway,MIT,Stephen M. Coakley <
[email protected] >
27- cfg-if,https://github.com/
alexcrichton /cfg-if,MIT OR Apache-2.0,Alex Crichton <
[email protected] >
29+ cfg-if,https://github.com/
rust-lang /cfg-if,MIT OR Apache-2.0,Alex Crichton <
[email protected] >
2830chrono,https://github.com/chronotope/chrono,MIT OR Apache-2.0,The chrono Authors
2931compact_str,https://github.com/ParkMyCar/compact_str,MIT,Parker Timmerman <
[email protected] >
3032core-foundation-sys,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
@@ -42,26 +44,25 @@ equivalent,https://github.com/indexmap-rs/equivalent,Apache-2.0 OR MIT,The equiv
4244errno,https://github.com/lambda-fairy/rust-errno,MIT OR Apache-2.0,"Chris Wong <
[email protected] >, Dan Gohman <
[email protected] >"
4345fastrand,https://github.com/smol-rs/fastrand,Apache-2.0 OR MIT,Stjepan Glavina <
[email protected] >
4446fixedbitset,https://github.com/petgraph/fixedbitset,MIT OR Apache-2.0,bluss
47+ foldhash,https://github.com/orlp/foldhash,Zlib,Orson Peters <
[email protected] >
4548funty,https://github.com/myrrlyn/funty,MIT,myrrlyn <
[email protected] >
4649generic-array,https://github.com/fizyk20/generic-array,MIT,"Bartłomiej Kamiński <
[email protected] >, Aaron Trent <
[email protected] >"
4750getrandom,https://github.com/rust-random/getrandom,MIT OR Apache-2.0,The Rand Project Developers
4851glob,https://github.com/rust-lang/glob,MIT OR Apache-2.0,The Rust Project Developers
52+ globset,https://github.com/BurntSushi/ripgrep/tree/master/crates/globset,Unlicense OR MIT,Andrew Gallant <
[email protected] >
4953hashbrown,https://github.com/rust-lang/hashbrown,MIT OR Apache-2.0,Amanieu d'Antras <
[email protected] >
5054heck,https://github.com/withoutboats/heck,MIT OR Apache-2.0,The heck Authors
5155hermit-abi,https://github.com/hermit-os/hermit-rs,MIT OR Apache-2.0,Stefan Lankes
5256hex,https://github.com/KokaKiwi/rust-hex,MIT OR Apache-2.0,KokaKiwi <
[email protected] >
5357iana-time-zone,https://github.com/strawlab/iana-time-zone,MIT OR Apache-2.0,"Andrew Straw <
[email protected] >, René Kijewski <
[email protected] >, Ryan Lopopolo <
[email protected] >"
5458iana-time-zone-haiku,https://github.com/strawlab/iana-time-zone,MIT OR Apache-2.0,René Kijewski <
[email protected] >
5559icu_collections,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
56- icu_locid,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
57- icu_locid_transform,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
58- icu_locid_transform_data,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
60+ icu_locale_core,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
5961icu_normalizer,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
6062icu_normalizer_data,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
6163icu_properties,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
6264icu_properties_data,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
6365icu_provider,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
64- icu_provider_macros,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
6566idna_adapter,https://github.com/hsivonen/idna_adapter,Apache-2.0 OR MIT,The rust-url developers
6667if_chain,https://github.com/lambda-fairy/if_chain,MIT OR Apache-2.0,Chris Wong <
[email protected] >
6768indexmap,https://github.com/indexmap-rs/indexmap,Apache-2.0 OR MIT,The indexmap Authors
@@ -102,6 +103,8 @@ pathdiff,https://github.com/Manishearth/pathdiff,MIT OR Apache-2.0,Manish Gorega
102103petgraph,https://github.com/petgraph/petgraph,MIT OR Apache-2.0,"bluss, mitchmindtree"
103104phf,https://github.com/rust-phf/rust-phf,MIT,Steven Fackler <
[email protected] >
104105pin-project-lite,https://github.com/taiki-e/pin-project-lite,Apache-2.0 OR MIT,The pin-project-lite Authors
106+ potential_utf,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
107+ precomputed-map,https://github.com/quininer/precomputed-map,MIT,quininer <
[email protected] >
105108pretty_assertions,https://github.com/rust-pretty-assertions/rust-pretty-assertions,MIT OR Apache-2.0,"Colin Kiegel <
[email protected] >, Florent Fayolle <
[email protected] >, Tom Milligan <
[email protected] >"
106109proc-macro2,https://github.com/dtolnay/proc-macro2,MIT OR Apache-2.0,"David Tolnay <
[email protected] >, Alex Crichton <
[email protected] >"
107110psm,https://github.com/rust-lang/stacker,MIT OR Apache-2.0,Simonas Kazlauskas <
[email protected] >
@@ -118,10 +121,10 @@ regex-automata,https://github.com/BurntSushi/regex-automata,Unlicense OR MIT,And
118121regex-automata,https://github.com/rust-lang/regex/tree/master/regex-automata,MIT OR Apache-2.0,"The Rust Project Developers, Andrew Gallant <
[email protected] >"
119122regex-syntax,https://github.com/rust-lang/regex,MIT OR Apache-2.0,The Rust Project Developers
120123regex-syntax,https://github.com/rust-lang/regex/tree/master/regex-syntax,MIT OR Apache-2.0,"The Rust Project Developers, Andrew Gallant <
[email protected] >"
124+ regress,https://github.com/ridiculousfish/regress,MIT OR Apache-2.0,ridiculousfish <
[email protected] >
121125relative-path,https://github.com/udoprog/relative-path,MIT OR Apache-2.0,John-John Tedro <
[email protected] >
122126rend,https://github.com/djkoloski/rend,MIT,David Koloski <
[email protected] >
123127rkyv,https://github.com/rkyv/rkyv,MIT,David Koloski <
[email protected] >
124- rustc-hash,https://github.com/rust-lang-nursery/rustc-hash,Apache-2.0 OR MIT,The Rust Project Developers
125128rustc-hash,https://github.com/rust-lang/rustc-hash,Apache-2.0 OR MIT,The Rust Project Developers
126129rustix,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] >"
127130rustversion,https://github.com/dtolnay/rustversion,MIT OR Apache-2.0,David Tolnay <
[email protected] >
@@ -130,17 +133,16 @@ ryu-js,https://github.com/boa-dev/ryu-js,Apache-2.0 OR BSL-1.0,"David Tolnay <dt
130133scoped-tls,https://github.com/alexcrichton/scoped-tls,MIT OR Apache-2.0,Alex Crichton <
[email protected] >
131134scopeguard,https://github.com/bluss/scopeguard,MIT OR Apache-2.0,bluss
132135semver,https://github.com/dtolnay/semver,MIT OR Apache-2.0,David Tolnay <
[email protected] >
136+ seq-macro,https://github.com/dtolnay/seq-macro,MIT OR Apache-2.0,David Tolnay <
[email protected] >
133137serde,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <
[email protected] >, David Tolnay <
[email protected] >"
134138serde_json,https://github.com/serde-rs/json,MIT OR Apache-2.0,"Erick Tryzelaar <
[email protected] >, David Tolnay <
[email protected] >"
135139sha1,https://github.com/RustCrypto/hashes,MIT OR Apache-2.0,RustCrypto Developers
136140sha2,https://github.com/RustCrypto/hashes,MIT OR Apache-2.0,RustCrypto Developers
137141sharded-slab,https://github.com/hawkw/sharded-slab,MIT,Eliza Weisman <
[email protected] >
138- simd-abstraction,https://github.com/Nugine/simd,MIT,The simd-abstraction Authors
139142simdutf8,https://github.com/rusticstuff/simdutf8,MIT OR Apache-2.0,Hans Kratz <
[email protected] >
140143siphasher,https://github.com/jedisct1/rust-siphash,MIT OR Apache-2.0,Frank Denis <
[email protected] >
141144smallvec,https://github.com/servo/rust-smallvec,MIT OR Apache-2.0,The Servo Project Developers
142145smartstring,https://github.com/bodil/smartstring,MPL-2.0+,Bodil Stokke <
[email protected] >
143- sourcemap,https://github.com/getsentry/rust-sourcemap,BSD-3-Clause,Sentry <
[email protected] >
144146st-map,https://github.com/dudykr/ddbase,Apache-2.0,강동윤 <
[email protected] >
145147stable_deref_trait,https://github.com/storyyeller/stable_deref_trait,MIT OR Apache-2.0,Robert Grosse <
[email protected] >
146148stacker,https://github.com/rust-lang/stacker,MIT OR Apache-2.0,"Alex Crichton <
[email protected] >, Simonas Kazlauskas <
[email protected] >"
@@ -152,6 +154,7 @@ swc_eq_ignore_macros,https://github.com/swc-project/swc,Apache-2.0,강동윤 <kd
152154swc_node_comments,https://github.com/swc-project/swc,Apache-2.0,"강동윤 <
[email protected] >, Daniel Woznicki <
[email protected] >"
153155swc_plugin_macro,https://github.com/swc-project/swc,Apache-2.0,"강동윤 <
[email protected] >, OJ Kwon <
[email protected] >"
154156swc_plugin_proxy,https://github.com/swc-project/swc,Apache-2.0,"강동윤 <
[email protected] >, OJ Kwon <
[email protected] >"
157+ swc_sourcemap,https://github.com/swc-project/swc-sourcemap,BSD-3-Clause,"Sentry <
[email protected] >, swc-project <https://swc.rs>"
155158syn,https://github.com/dtolnay/syn,MIT OR Apache-2.0,David Tolnay <
[email protected] >
156159synstructure,https://github.com/mystor/synstructure,MIT,Nika Layzell <
[email protected] >
157160tap,https://github.com/myrrlyn/tap,MIT,"Elliott Linder <
[email protected] >, myrrlyn <
[email protected] >"
@@ -169,19 +172,16 @@ tracing-core,https://github.com/tokio-rs/tracing,MIT,Tokio Contributors <team@to
169172tracing-log,https://github.com/tokio-rs/tracing,MIT,Tokio Contributors <
[email protected] >
170173tracing-subscriber,https://github.com/tokio-rs/tracing,MIT,"Eliza Weisman <
[email protected] >, David Barsky <
[email protected] >, Tokio Contributors <
[email protected] >"
171174triomphe,https://github.com/Manishearth/triomphe,MIT OR Apache-2.0,"Manish Goregaokar <
[email protected] >, The Servo Project Developers"
172- typed-arena,https://github.com/SimonSapin/rust-typed-arena,MIT,The typed-arena developers
173175typenum,https://github.com/paholg/typenum,MIT OR Apache-2.0,"Paho Lurie-Gregg <
[email protected] >, Andre Bogus <
[email protected] >"
174- unicode-id,https://github.com/Boshen/unicode-id,MIT OR Apache-2.0,"Boshen <
[email protected] >, erick.tryzelaar <
[email protected] >, kwantam <
[email protected] >, Manish Goregaokar <
[email protected] >"
175176unicode-id-start,https://github.com/Boshen/unicode-id-start,(MIT OR Apache-2.0) AND Unicode-DFS-2016,"David Tolnay <
[email protected] >, Boshen <
[email protected] >"
176177unicode-ident,https://github.com/dtolnay/unicode-ident,(MIT OR Apache-2.0) AND Unicode-3.0,David Tolnay <
[email protected] >
177178unicode-linebreak,https://github.com/axelf4/unicode-linebreak,Apache-2.0,Axel Forsman <
[email protected] >
178179unicode-width,https://github.com/unicode-rs/unicode-width,MIT OR Apache-2.0,"kwantam <
[email protected] >, Manish Goregaokar <
[email protected] >"
179180url,https://github.com/servo/rust-url,MIT OR Apache-2.0,The rust-url developers
180- utf16_iter,https://github.com/hsivonen/utf16_iter,Apache-2.0 OR MIT,Henri Sivonen <
[email protected] >
181181utf8_iter,https://github.com/hsivonen/utf8_iter,Apache-2.0 OR MIT,Henri Sivonen <
[email protected] >
182182uuid,https://github.com/uuid-rs/uuid,Apache-2.0 OR MIT,"Ashley Mannix<
[email protected] >, Dylan DPC<
[email protected] >, Hunar Roop Kahlon<
[email protected] >"
183183valuable,https://github.com/tokio-rs/valuable,MIT,The valuable Authors
184- wasi ,https://github.com/bytecodealliance/wasi,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The Cranelift Project Developers
184+ vsimd ,https://github.com/Nugine/simd, MIT,The vsimd Authors
185185wasi,https://github.com/bytecodealliance/wasi-rs,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The Cranelift Project Developers
186186wasm-bindgen,https://github.com/rustwasm/wasm-bindgen,MIT OR Apache-2.0,The wasm-bindgen Developers
187187wasm-bindgen-backend,https://github.com/rustwasm/wasm-bindgen/tree/master/crates/backend,MIT OR Apache-2.0,The wasm-bindgen Developers
@@ -208,14 +208,14 @@ windows_x86_64_gnullvm,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0
208208windows_x86_64_msvc,https://github.com/microsoft/windows-rs,MIT OR Apache-2.0,Microsoft
209209winnow,https://github.com/winnow-rs/winnow,MIT,The winnow Authors
210210wit-bindgen-rt,https://github.com/bytecodealliance/wit-bindgen,Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT,The wit-bindgen-rt Authors
211- write16,https://github.com/hsivonen/write16,Apache-2.0 OR MIT,The write16 Authors
212211writeable,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
213212wyz,https://github.com/myrrlyn/wyz,MIT,myrrlyn <
[email protected] >
214213yansi,https://github.com/SergioBenitez/yansi,MIT OR Apache-2.0,Sergio Benitez <
[email protected] >
215214yoke,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <
[email protected] >
216215yoke-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <
[email protected] >
217- zerocopy,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,Joshua Liebow-Feeser <
[email protected] >
216+ zerocopy,https://github.com/google/zerocopy,BSD-2-Clause OR Apache-2.0 OR MIT,
" Joshua Liebow-Feeser <
[email protected] >
, Jack Wrenn <[email protected] >" 218217zerofrom,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <
[email protected] >
219218zerofrom-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <
[email protected] >
219+ zerotrie,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
220220zerovec,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers
221221zerovec-derive,https://github.com/unicode-org/icu4x,Unicode-3.0,Manish Goregaokar <
[email protected] >
0 commit comments