@@ -50,7 +50,6 @@ aws-smithy-runtime-api,https://github.com/smithy-lang/smithy-rs,Apache-2.0,"AWS
5050aws-smithy-types,https://github.com/smithy-lang/smithy-rs,Apache-2.0,"AWS Rust SDK Team <
[email protected] >, Russell Cohen <
[email protected] >"
5151aws-smithy-xml,https://github.com/smithy-lang/smithy-rs,Apache-2.0,"AWS Rust SDK Team <
[email protected] >, Russell Cohen <
[email protected] >"
5252aws-types,https://github.com/smithy-lang/smithy-rs,Apache-2.0,"AWS Rust SDK Team <
[email protected] >, Russell Cohen <
[email protected] >"
53- aws_lambda_events,https://github.com/awslabs/aws-lambda-rust-runtime,MIT,"Christian Legnitto <
[email protected] >, Sam Rijs <
[email protected] >, David Calavera <
[email protected] >"
5453axum,https://github.com/tokio-rs/axum,MIT,The axum Authors
5554axum-core,https://github.com/tokio-rs/axum,MIT,The axum-core Authors
5655backtrace,https://github.com/rust-lang/backtrace-rs,MIT OR Apache-2.0,The Rust Project Developers
@@ -106,9 +105,7 @@ constant_time_eq,https://github.com/cesarb/constant_time_eq,CC0-1.0,Cesar Eduard
106105core-foundation,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
107106core-foundation-sys,https://github.com/servo/core-foundation-rs,MIT OR Apache-2.0,The Servo Project Developers
108107cpufeatures,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers
109- crc,https://github.com/mrhooray/crc-rs,MIT OR Apache-2.0,"Rui Hu <
[email protected] >, Akhil Velagapudi <
[email protected] >"
110- crc-catalog,https://github.com/akhilles/crc-catalog,MIT OR Apache-2.0,Akhil Velagapudi <
[email protected] >
111- crc-fast,https://github.com/awesomized/crc-fast-rust,MIT OR Apache-2.0,Don MacAskill
108+ crc32c,https://github.com/zowens/crc32c,Apache-2.0 OR MIT,Zack Owens
112109crc32fast,https://github.com/srijs/rust-crc32fast,MIT OR Apache-2.0,"Sam Rijs <
[email protected] >, Alex Crichton <
[email protected] >"
113110criterion-plot,https://github.com/bheisler/criterion.rs,MIT OR Apache-2.0,"Jorge Aparicio <
[email protected] >, Brook Heisler <
[email protected] >"
114111cron,https://github.com/zslayton/cron,MIT OR Apache-2.0,Zack Slayton <
[email protected] >
@@ -243,11 +240,7 @@ itoa,https://github.com/dtolnay/itoa,MIT OR Apache-2.0,David Tolnay <dtolnay@gma
243240jobserver,https://github.com/rust-lang/jobserver-rs,MIT OR Apache-2.0,Alex Crichton <
[email protected] >
244241js-sys,https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/js-sys,MIT OR Apache-2.0,The wasm-bindgen Developers
245242json_comments,https://github.com/tmccombs/json-comments-rs,Apache-2.0,Thayne McCombs <
[email protected] >
246- lambda_http,https://github.com/awslabs/aws-lambda-rust-runtime,Apache-2.0,"David Calavera <
[email protected] >, Harold Sun <
[email protected] >"
247- lambda_runtime,https://github.com/awslabs/aws-lambda-rust-runtime,Apache-2.0,"David Calavera <
[email protected] >, Harold Sun <
[email protected] >"
248- lambda_runtime_api_client,https://github.com/awslabs/aws-lambda-rust-runtime,Apache-2.0,"David Calavera <
[email protected] >, Harold Sun <
[email protected] >"
249243lazy_static,https://github.com/rust-lang-nursery/lazy-static.rs,MIT OR Apache-2.0,Marvin Löbel <
[email protected] >
250- lazycell,https://github.com/indiv0/lazycell,MIT OR Apache-2.0,"Alex Crichton <
[email protected] >, Nikita Pekin <
[email protected] >"
251244levenshtein_automata,https://github.com/tantivy-search/levenshtein-automata,MIT,Paul Masurel <
[email protected] >
252245libc,https://github.com/rust-lang/libc,MIT OR Apache-2.0,The Rust Project Developers
253246libloading,https://github.com/nagisa/rust_libloading,ISC,Simonas Kazlauskas <
[email protected] >
@@ -316,7 +309,6 @@ oneshot,https://github.com/faern/oneshot,MIT OR Apache-2.0,Linus Färnstrand <fa
316309oorandom,https://hg.sr.ht/~icefox/oorandom,MIT,Simon Heath <
[email protected] >
317310openssl-probe,https://github.com/alexcrichton/openssl-probe,MIT OR Apache-2.0,Alex Crichton <
[email protected] >
318311opentelemetry,https://github.com/open-telemetry/opentelemetry-rust,Apache-2.0,The opentelemetry Authors
319- opentelemetry-http,https://github.com/open-telemetry/opentelemetry-rust,Apache-2.0,The opentelemetry-http Authors
320312opentelemetry-otlp,https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-otlp,Apache-2.0,The opentelemetry-otlp Authors
321313opentelemetry-proto,https://github.com/open-telemetry/opentelemetry-rust/tree/main/opentelemetry-proto,Apache-2.0,The opentelemetry-proto Authors
322314opentelemetry_sdk,https://github.com/open-telemetry/opentelemetry-rust,Apache-2.0,The opentelemetry_sdk Authors
@@ -375,7 +367,6 @@ prost-build,https://github.com/tokio-rs/prost,Apache-2.0,"Dan Burkert <dan@danbu
375367prost-derive,https://github.com/tokio-rs/prost,Apache-2.0,"Dan Burkert <
[email protected] >, Lucio Franco <
[email protected] >, Casper Meijn <
[email protected] >, Tokio Contributors <
[email protected] >"
376368prost-types,https://github.com/tokio-rs/prost,Apache-2.0,"Dan Burkert <
[email protected] >, Lucio Franco <
[email protected] >, Casper Meijn <
[email protected] >, Tokio Contributors <
[email protected] >"
377369protobuf,https://github.com/stepancheg/rust-protobuf,MIT,Stepan Koltsov <
[email protected] >
378- query_map,https://github.com/calavera/query-map-rs,MIT,The query_map Authors
379370quick-error,http://github.com/tailhook/quick-error,MIT OR Apache-2.0,"Paul Colomiets <
[email protected] >, Colin Kiegel <
[email protected] >"
380371quinn,https://github.com/quinn-rs/quinn,MIT OR Apache-2.0,The quinn Authors
381372quinn-proto,https://github.com/quinn-rs/quinn,MIT OR Apache-2.0,The quinn-proto Authors
@@ -408,7 +399,6 @@ rust-embed-impl,https://github.com/pyros2097/rust-embed,MIT,pyros2097 <pyros2097
408399rust-embed-utils,https://github.com/pyros2097/rust-embed,MIT,pyros2097 <
[email protected] >
409400rust-stemmers,https://github.com/CurrySoftware/rust-stemmers,MIT OR BSD-3-Clause,"Jakob Demler <
[email protected] >, CurrySoftware <
[email protected] >"
410401rustc-demangle,https://github.com/rust-lang/rustc-demangle,MIT OR Apache-2.0,Alex Crichton <
[email protected] >
411- rustc-hash,https://github.com/rust-lang-nursery/rustc-hash,Apache-2.0 OR MIT,The Rust Project Developers
412402rustc-hash,https://github.com/rust-lang/rustc-hash,Apache-2.0 OR MIT,The Rust Project Developers
413403rustix,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] >"
414404rustls,https://github.com/rustls/rustls,Apache-2.0 OR ISC OR MIT,The rustls Authors
@@ -436,10 +426,8 @@ semver,https://github.com/dtolnay/semver,MIT OR Apache-2.0,David Tolnay <dtolnay
436426separator,https://github.com/saghm/rust-separator,MIT,Saghm Rossi <
[email protected] >
437427serde,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <
[email protected] >, David Tolnay <
[email protected] >"
438428serde_derive,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <
[email protected] >, David Tolnay <
[email protected] >"
439- serde_dynamo,https://github.com/zenlist/serde_dynamo,MIT,Bryan Burgers <
[email protected] >
440429serde_json,https://github.com/serde-rs/json,MIT OR Apache-2.0,"Erick Tryzelaar <
[email protected] >, David Tolnay <
[email protected] >"
441430serde_json_borrow,https://github.com/PSeitz/serde_json_borrow,MIT,Pascal Seitz <
[email protected] >
442- serde_path_to_error,https://github.com/dtolnay/path-to-error,MIT OR Apache-2.0,David Tolnay <
[email protected] >
443431serde_qs,https://github.com/samscott89/serde_qs,MIT OR Apache-2.0,Sam Scott <
[email protected] >
444432serde_spanned,https://github.com/toml-rs/toml,MIT OR Apache-2.0,The serde_spanned Authors
445433serde_urlencoded,https://github.com/nox/serde_urlencoded,MIT OR Apache-2.0,Anthony Ramine <
[email protected] >
@@ -561,7 +549,6 @@ wasm-timer,https://github.com/tomaka/wasm-timer,MIT,Pierre Krieger <pierre.krieg
561549web-sys,https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/web-sys,MIT OR Apache-2.0,The wasm-bindgen Developers
562550web-time,https://github.com/daxpedda/web-time,MIT OR Apache-2.0,The web-time Authors
563551webpki-roots,https://github.com/rustls/webpki-roots,CDLA-Permissive-2.0,The webpki-roots Authors
564- which,https://github.com/harryfei/which-rs,MIT,Harry Fei <
[email protected] >
565552whichlang,https://github.com/quickwit-oss/whichlang,MIT,"Quickwit, Inc. <
[email protected] >"
566553winapi,https://github.com/retep998/winapi-rs,MIT,Peter Atashian <
[email protected] >
567554winapi,https://github.com/retep998/winapi-rs,MIT OR Apache-2.0,Peter Atashian <
[email protected] >
0 commit comments