@@ -24,6 +24,18 @@ anstyle-wincon,https://github.com/rust-cli/anstyle,MIT OR Apache-2.0,The anstyle
2424anyhow , https://github.com/dtolnay/anyhow , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
2525arc-swap , https://github.com/vorner/arc-swap , MIT OR Apache-2.0 , Michal 'vorner' Vaner <vorner@vorner.cz>
2626arrayvec , https://github.com/bluss/arrayvec , MIT OR Apache-2.0 , bluss
27+ arrow , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
28+ arrow-arith , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
29+ arrow-array , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
30+ arrow-buffer , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
31+ arrow-cast , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
32+ arrow-data , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
33+ arrow-ipc , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
34+ arrow-ord , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
35+ arrow-row , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
36+ arrow-schema , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
37+ arrow-select , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
38+ arrow-string , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
2739ascii-canvas , https://github.com/lalrpop/ascii-canvas , Apache-2.0 OR MIT , Niko Matsakis <niko@alum.mit.edu>
2840assert-json-diff , https://github.com/davidpdrsn/assert-json-diff , MIT , David Pedersen <david.pdrsn@gmail.com>
2941async-channel , https://github.com/smol-rs/async-channel , Apache-2.0 OR MIT , Stjepan Glavina <stjepang@gmail.com>
@@ -142,6 +154,8 @@ console,https://github.com/console-rs/console,MIT,The console Authors
142154console-api , https://github.com/tokio-rs/console , MIT , " Eliza Weisman <eliza@buoyant.io>, Tokio Contributors <team@tokio.rs>"
143155console-subscriber , https://github.com/tokio-rs/console , MIT , " Eliza Weisman <eliza@buoyant.io>, Tokio Contributors <team@tokio.rs>"
144156const-oid , https://github.com/RustCrypto/formats/tree/master/const-oid , Apache-2.0 OR MIT , RustCrypto Developers
157+ const-random , https://github.com/tkaitchuck/constrandom , MIT OR Apache-2.0 , Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
158+ const-random-macro , https://github.com/tkaitchuck/constrandom , MIT OR Apache-2.0 , Tom Kaitchuck <Tom.Kaitchuck@gmail.com>
145159const_fn , https://github.com/taiki-e/const_fn , Apache-2.0 OR MIT , The const_fn Authors
146160convert_case , https://github.com/rutrum/convert-case , MIT , rutrum <dave@rutrum.net>
147161core-foundation , https://github.com/servo/core-foundation-rs , MIT OR Apache-2.0 , The Servo Project Developers
@@ -232,6 +246,7 @@ fiat-crypto,https://github.com/mit-plv/fiat-crypto,MIT OR Apache-2.0 OR BSD-1-Cl
232246find-msvc-tools , https://github.com/rust-lang/cc-rs , MIT OR Apache-2.0 , The find-msvc-tools Authors
233247findshlibs , https://github.com/gimli-rs/findshlibs , MIT OR Apache-2.0 , The findshlibs Authors
234248fixedbitset , https://github.com/petgraph/fixedbitset , MIT OR Apache-2.0 , bluss
249+ flatbuffers , https://github.com/google/flatbuffers , Apache-2.0 , " Robert Winslow <hello@rwinslow.com>, FlatBuffers Maintainers"
235250flate2 , https://github.com/rust-lang/flate2-rs , MIT OR Apache-2.0 , " Alex Crichton <alex@alexcrichton.com>, Josh Triplett <josh@joshtriplett.org>"
236251float-cmp , https://github.com/mikedilger/float-cmp , MIT , Mike Dilger <mike@mikedilger.com>
237252fluent-uri , https://github.com/yescallop/fluent-uri-rs , MIT , Scallop Ye <yescallop@gmail.com>
@@ -322,6 +337,7 @@ influxdb-line-protocol,https://github.com/influxdata/influxdb_iox/tree/main/infl
322337inherent , https://github.com/dtolnay/inherent , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
323338inout , https://github.com/RustCrypto/utils , MIT OR Apache-2.0 , RustCrypto Developers
324339instant , https://github.com/sebcrozet/instant , BSD-3-Clause , sebcrozet <developer@crozet.re>
340+ integer-encoding , https://github.com/dermesser/integer-encoding-rs , MIT , Lewin Bormann <lbo@spheniscida.de>
325341inventory , https://github.com/dtolnay/inventory , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
326342ipcrypt-rs , https://github.com/jedisct1/rust-ipcrypt2 , ISC , Frank Denis <github@pureftpd.org>
327343ipnet , https://github.com/krisprice/ipnet , MIT OR Apache-2.0 , Kris Price <kris@krisprice.nz>
@@ -347,6 +363,12 @@ lambda_runtime,https://github.com/awslabs/aws-lambda-rust-runtime,Apache-2.0,"Da
347363lambda_runtime_api_client , https://github.com/awslabs/aws-lambda-rust-runtime , Apache-2.0 , " David Calavera <dcalaver@amazon.com>, Harold Sun <sunhua@amazon.com>"
348364lazy_static , https://github.com/rust-lang-nursery/lazy-static.rs , MIT OR Apache-2.0 , Marvin Löbel <loebel.marvin@gmail.com>
349365levenshtein_automata , https://github.com/tantivy-search/levenshtein-automata , MIT , Paul Masurel <paul.masurel@gmail.com>
366+ lexical-core , https://github.com/Alexhuszagh/rust-lexical , MIT OR Apache-2.0 , Alex Huszagh <ahuszagh@gmail.com>
367+ lexical-parse-float , https://github.com/Alexhuszagh/rust-lexical , MIT OR Apache-2.0 , Alex Huszagh <ahuszagh@gmail.com>
368+ lexical-parse-integer , https://github.com/Alexhuszagh/rust-lexical , MIT OR Apache-2.0 , Alex Huszagh <ahuszagh@gmail.com>
369+ lexical-util , https://github.com/Alexhuszagh/rust-lexical , MIT OR Apache-2.0 , Alex Huszagh <ahuszagh@gmail.com>
370+ lexical-write-float , https://github.com/Alexhuszagh/rust-lexical , MIT OR Apache-2.0 , Alex Huszagh <ahuszagh@gmail.com>
371+ lexical-write-integer , https://github.com/Alexhuszagh/rust-lexical , MIT OR Apache-2.0 , Alex Huszagh <ahuszagh@gmail.com>
350372libc , https://github.com/rust-lang/libc , MIT OR Apache-2.0 , The Rust Project Developers
351373libloading , https://github.com/nagisa/rust_libloading , ISC , Simonas Kazlauskas <libloading@kazlauskas.me>
352374libm , https://github.com/rust-lang/compiler-builtins , MIT , Jorge Aparicio <jorge@japaric.io>
@@ -454,6 +476,10 @@ parking_lot,https://github.com/Amanieu/parking_lot,Apache-2.0 OR MIT,Amanieu d'A
454476parking_lot , https://github.com/Amanieu/parking_lot , MIT OR Apache-2.0 , Amanieu d'Antras <amanieu@gmail.com>
455477parking_lot_core , https://github.com/Amanieu/parking_lot , Apache-2.0 OR MIT , Amanieu d'Antras <amanieu@gmail.com>
456478parking_lot_core , https://github.com/Amanieu/parking_lot , MIT OR Apache-2.0 , Amanieu d'Antras <amanieu@gmail.com>
479+ parquet , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
480+ parquet-variant , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
481+ parquet-variant-compute , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
482+ parquet-variant-json , https://github.com/apache/arrow-rs , Apache-2.0 , Apache Arrow <dev@arrow.apache.org>
457483parse-size , https://github.com/kennytm/parse-size , MIT , kennytm <kennytm@gmail.com>
458484paste , https://github.com/dtolnay/paste , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
459485pbkdf2 , https://github.com/RustCrypto/password-hashes/tree/master/pbkdf2 , MIT OR Apache-2.0 , RustCrypto Developers
@@ -603,6 +629,7 @@ security-framework,https://github.com/kornelski/rust-security-framework,MIT OR A
603629security-framework-sys , https://github.com/kornelski/rust-security-framework , MIT OR Apache-2.0 , " Steven Fackler <sfackler@gmail.com>, Kornel <kornel@geekhood.net>"
604630semver , https://github.com/dtolnay/semver , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
605631separator , https://github.com/saghm/rust-separator , MIT , Saghm Rossi <saghmrossi@gmail.com>
632+ seq-macro , https://github.com/dtolnay/seq-macro , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
606633serde , https://github.com/serde-rs/serde , MIT OR Apache-2.0 , " Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>"
607634serde-value , https://github.com/arcnmx/serde-value , MIT , arcnmx
608635serde_core , https://github.com/serde-rs/serde , MIT OR Apache-2.0 , " Erick Tryzelaar <erick.tryzelaar@gmail.com>, David Tolnay <dtolnay@gmail.com>"
@@ -687,13 +714,15 @@ thiserror,https://github.com/dtolnay/thiserror,MIT OR Apache-2.0,David Tolnay <d
687714thiserror-impl , https://github.com/dtolnay/thiserror , MIT OR Apache-2.0 , David Tolnay <dtolnay@gmail.com>
688715thousands , https://github.com/tov/thousands-rs , MIT OR Apache-2.0 , Jesse A. Tov <jesse.tov@gmail.com>
689716thread_local , https://github.com/Amanieu/thread_local-rs , MIT OR Apache-2.0 , Amanieu d'Antras <amanieu@gmail.com>
717+ thrift , https://github.com/apache/thrift/tree/master/lib/rs , Apache-2.0 , Apache Thrift Developers <dev@thrift.apache.org>
690718tikv-jemalloc-ctl , https://github.com/tikv/jemallocator , MIT OR Apache-2.0 , " Steven Fackler <sfackler@gmail.com>, Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>, The TiKV Project Developers"
691719tikv-jemalloc-sys , https://github.com/tikv/jemallocator , MIT OR Apache-2.0 , " Alex Crichton <alex@alexcrichton.com>, Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>, The TiKV Project Developers"
692720tikv-jemallocator , https://github.com/tikv/jemallocator , MIT OR Apache-2.0 , " Alex Crichton <alex@alexcrichton.com>, Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>, Simon Sapin <simon.sapin@exyr.org>, Steven Fackler <sfackler@gmail.com>, The TiKV Project Developers"
693721time , https://github.com/time-rs/time , MIT OR Apache-2.0 , " Jacob Pratt <open-source@jhpratt.dev>, Time contributors"
694722time-core , https://github.com/time-rs/time , MIT OR Apache-2.0 , " Jacob Pratt <open-source@jhpratt.dev>, Time contributors"
695723time-fmt , https://github.com/MiSawa/time-fmt , MIT OR Apache-2.0 , mi_sawa <mi.sawa.1216+git@gmail.com>
696724time-macros , https://github.com/time-rs/time , MIT OR Apache-2.0 , " Jacob Pratt <open-source@jhpratt.dev>, Time contributors"
725+ tiny-keccak , https://github.com/debris/tiny-keccak , CC0-1.0 , debris <marek.kotewicz@gmail.com>
697726tinystr , https://github.com/unicode-org/icu4x , Unicode-3.0 , The ICU4X Project Developers
698727tinytemplate , https://github.com/bheisler/TinyTemplate , Apache-2.0 OR MIT , Brook Heisler <brookheisler@gmail.com>
699728tinyvec , https://github.com/Lokathor/tinyvec , Zlib OR Apache-2.0 OR MIT , Lokathor <zefria@gmail.com>
0 commit comments