-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,6 @@ anstyle-wincon,https://github.com/rust-cli/anstyle,MIT OR Apache-2.0,The anstyle | |
anyhow,https://github.com/dtolnay/anyhow,MIT OR Apache-2.0,David Tolnay <[email protected]> | ||
arrayvec,https://github.com/bluss/arrayvec,MIT OR Apache-2.0,bluss | ||
async-lock,https://github.com/smol-rs/async-lock,Apache-2.0 OR MIT,Stjepan Glavina <[email protected]> | ||
async-trait,https://github.com/dtolnay/async-trait,MIT OR Apache-2.0,David Tolnay <[email protected]> | ||
backtrace,https://github.com/rust-lang/backtrace-rs,MIT OR Apache-2.0,The Rust Project Developers | ||
base16,https://github.com/thomcc/rust-base16,CC0-1.0,Thom Chiovoloni <[email protected]> | ||
base62,https://github.com/fbernier/base62,MIT,"François Bernier <[email protected]>, Chai T. Rex <[email protected]>, Kevin Darlington <[email protected]>, Christopher Tarquini <[email protected]>" | ||
|
@@ -101,6 +100,7 @@ futures-core,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futur | |
futures-macro,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futures-macro Authors | ||
futures-task,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futures-task Authors | ||
futures-util,https://github.com/rust-lang/futures-rs,MIT OR Apache-2.0,The futures-util Authors | ||
generator,https://github.com/Xudong-Huang/generator-rs,MIT OR Apache-2.0,Xudong Huang <[email protected]> | ||
generic-array,https://github.com/fizyk20/generic-array,MIT,"Bartłomiej Kamiński <[email protected]>, Aaron Trent <[email protected]>" | ||
getrandom,https://github.com/rust-random/getrandom,MIT OR Apache-2.0,The Rand Project Developers | ||
gimli,https://github.com/gimli-rs/gimli,MIT OR Apache-2.0,The gimli Authors | ||
|
@@ -146,6 +146,8 @@ libc,https://github.com/rust-lang/libc,MIT OR Apache-2.0,The Rust Project Develo | |
libredox,https://gitlab.redox-os.org/redox-os/libredox,MIT,4lDO2 <[email protected]> | ||
litemap,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers | ||
log,https://github.com/rust-lang/log,MIT OR Apache-2.0,The Rust Project Developers | ||
loom,https://github.com/tokio-rs/loom,MIT,Carl Lerche <[email protected]> | ||
matchers,https://github.com/hawkw/matchers,MIT,Eliza Weisman <[email protected]> | ||
md-5,https://github.com/RustCrypto/hashes,MIT OR Apache-2.0,RustCrypto Developers | ||
memchr,https://github.com/BurntSushi/memchr,Unlicense OR MIT,"Andrew Gallant <[email protected]>, bluss" | ||
minimal-lexical,https://github.com/Alexhuszagh/minimal-lexical,MIT OR Apache-2.0,Alex Huszagh <[email protected]> | ||
|
@@ -155,6 +157,7 @@ moka,https://github.com/moka-rs/moka,MIT OR Apache-2.0,The moka Authors | |
ndk-context,https://github.com/rust-windowing/android-ndk-rs,MIT OR Apache-2.0,The Rust Windowing contributors | ||
nix,https://github.com/nix-rust/nix,MIT,The nix-rust Project Developers | ||
nom,https://github.com/Geal/nom,MIT,[email protected] | ||
nu-ansi-term,https://github.com/nushell/nu-ansi-term,MIT,"[email protected], Ryan Scheel (Havvy) <[email protected]>, Josh Triplett <[email protected]>, The Nushell Project Developers" | ||
num-bigint,https://github.com/rust-num/num-bigint,MIT OR Apache-2.0,The Rust Project Developers | ||
num-conv,https://github.com/jhpratt/num-conv,MIT OR Apache-2.0,Jacob Pratt <[email protected]> | ||
num-integer,https://github.com/rust-num/num-integer,MIT OR Apache-2.0,The Rust Project Developers | ||
|
@@ -170,6 +173,7 @@ once_cell,https://github.com/matklad/once_cell,MIT OR Apache-2.0,Aleksey Kladov | |
onig,http://github.com/iwillspeak/rust-onig,MIT,"Will Speak <[email protected]>, Ivan Ivashchenko <[email protected]>" | ||
opaque-debug,https://github.com/RustCrypto/utils,MIT OR Apache-2.0,RustCrypto Developers | ||
ordered-float,https://github.com/reem/rust-ordered-float,MIT,"Jonathan Reem <[email protected]>, Matt Brubeck <[email protected]>" | ||
overload,https://github.com/danaugrs/overload,MIT,Daniel Salvadori <[email protected]> | ||
owo-colors,https://github.com/jam1garner/owo-colors,MIT,jam1garner <[email protected]> | ||
pad,https://github.com/ogham/rust-pad,MIT,Ben S <[email protected]> | ||
parking,https://github.com/smol-rs/parking,Apache-2.0 OR MIT,"Stjepan Glavina <[email protected]>, The Rust Project Developers" | ||
|
@@ -181,6 +185,7 @@ phf,https://github.com/rust-phf/rust-phf,MIT,Steven Fackler <[email protected]> | |
pin-project-lite,https://github.com/taiki-e/pin-project-lite,Apache-2.0 OR MIT,The pin-project-lite Authors | ||
pin-utils,https://github.com/rust-lang-nursery/pin-utils,MIT OR Apache-2.0,Josef Brandl <[email protected]> | ||
poly1305,https://github.com/RustCrypto/universal-hashes,Apache-2.0 OR MIT,RustCrypto Developers | ||
portable-atomic,https://github.com/taiki-e/portable-atomic,Apache-2.0 OR MIT,The portable-atomic Authors | ||
powerfmt,https://github.com/jhpratt/powerfmt,MIT OR Apache-2.0,Jacob Pratt <[email protected]> | ||
ppv-lite86,https://github.com/cryptocorrosion/cryptocorrosion,MIT OR Apache-2.0,The CryptoCorrosion Contributors | ||
prettydiff,https://github.com/romankoblov/prettydiff,MIT,Roman Koblov <[email protected]> | ||
|
@@ -193,17 +198,17 @@ psl,https://github.com/addr-rs/psl,MIT OR Apache-2.0,rushmorem <rushmore@webench | |
psl-types,https://github.com/addr-rs/psl-types,MIT OR Apache-2.0,rushmorem <[email protected]> | ||
ptr_meta,https://github.com/djkoloski/ptr_meta,MIT,David Koloski <[email protected]> | ||
publicsuffix,https://github.com/rushmorem/publicsuffix,MIT OR Apache-2.0,rushmorem <[email protected]> | ||
quanta,https://github.com/metrics-rs/quanta,MIT,Toby Lawrence <[email protected]> | ||
quote,https://github.com/dtolnay/quote,MIT OR Apache-2.0,David Tolnay <[email protected]> | ||
quoted_printable,https://github.com/staktrace/quoted-printable,0BSD,Kartikaya Gupta <[email protected]> | ||
radium,https://github.com/bitvecto-rs/radium,MIT,"Nika Layzell <[email protected]>, myrrlyn <[email protected]>" | ||
rand,https://github.com/rust-random/rand,MIT OR Apache-2.0,"The Rand Project Developers, The Rust Project Developers" | ||
rand_chacha,https://github.com/rust-random/rand,MIT OR Apache-2.0,"The Rand Project Developers, The Rust Project Developers, The CryptoCorrosion Contributors" | ||
raw-cpuid,https://github.com/gz/rust-cpuid,MIT,Gerd Zellweger <[email protected]> | ||
redox_syscall,https://gitlab.redox-os.org/redox-os/syscall,MIT,Jeremy Soller <[email protected]> | ||
redox_users,https://gitlab.redox-os.org/redox-os/users,MIT,"Jose Narvaez <[email protected]>, Wesley Hershberger <[email protected]>" | ||
regex,https://github.com/rust-lang/regex,MIT OR Apache-2.0,"The Rust Project Developers, Andrew Gallant <[email protected]>" | ||
regex-automata,https://github.com/BurntSushi/regex-automata,Unlicense OR MIT,Andrew Gallant <[email protected]> | ||
regex-automata,https://github.com/rust-lang/regex/tree/master/regex-automata,MIT OR Apache-2.0,"The Rust Project Developers, Andrew Gallant <[email protected]>" | ||
regex-syntax,https://github.com/rust-lang/regex,MIT OR Apache-2.0,The Rust Project Developers | ||
regex-syntax,https://github.com/rust-lang/regex/tree/master/regex-syntax,MIT OR Apache-2.0,"The Rust Project Developers, Andrew Gallant <[email protected]>" | ||
rend,https://github.com/djkoloski/rend,MIT,David Koloski <[email protected]> | ||
rkyv,https://github.com/rkyv/rkyv,MIT,David Koloski <[email protected]> | ||
|
@@ -214,6 +219,7 @@ rustversion,https://github.com/dtolnay/rustversion,MIT OR Apache-2.0,David Tolna | |
rustyline,https://github.com/kkawakam/rustyline,MIT,Katsu Kawakami <[email protected]> | ||
ryu,https://github.com/dtolnay/ryu,Apache-2.0 OR BSL-1.0,David Tolnay <[email protected]> | ||
salsa20,https://github.com/RustCrypto/stream-ciphers,MIT OR Apache-2.0,RustCrypto Developers | ||
scoped-tls,https://github.com/alexcrichton/scoped-tls,MIT OR Apache-2.0,Alex Crichton <[email protected]> | ||
scopeguard,https://github.com/bluss/scopeguard,MIT OR Apache-2.0,bluss | ||
seahash,https://gitlab.redox-os.org/redox-os/seahash,MIT,"ticki <[email protected]>, Tom Almeida <[email protected]>" | ||
serde,https://github.com/serde-rs/serde,MIT OR Apache-2.0,"Erick Tryzelaar <[email protected]>, David Tolnay <[email protected]>" | ||
|
@@ -223,6 +229,7 @@ sha-1,https://github.com/RustCrypto/hashes,MIT OR Apache-2.0,RustCrypto Develope | |
sha1,https://github.com/RustCrypto/hashes,MIT OR Apache-2.0,RustCrypto Developers | ||
sha2,https://github.com/RustCrypto/hashes,MIT OR Apache-2.0,RustCrypto Developers | ||
sha3,https://github.com/RustCrypto/hashes,MIT OR Apache-2.0,RustCrypto Developers | ||
sharded-slab,https://github.com/hawkw/sharded-slab,MIT,Eliza Weisman <[email protected]> | ||
simdutf8,https://github.com/rusticstuff/simdutf8,MIT OR Apache-2.0,Hans Kratz <[email protected]> | ||
siphasher,https://github.com/jedisct1/rust-siphash,MIT OR Apache-2.0,Frank Denis <[email protected]> | ||
slab,https://github.com/tokio-rs/slab,MIT,Carl Lerche <[email protected]> | ||
|
@@ -242,6 +249,7 @@ tap,https://github.com/myrrlyn/tap,MIT,"Elliott Linder <[email protected] | |
term,https://github.com/Stebalien/term,MIT OR Apache-2.0,"The Rust Project Developers, Steven Allen" | ||
termcolor,https://github.com/BurntSushi/termcolor,Unlicense OR MIT,Andrew Gallant <[email protected]> | ||
thiserror,https://github.com/dtolnay/thiserror,MIT OR Apache-2.0,David Tolnay <[email protected]> | ||
thread_local,https://github.com/Amanieu/thread_local-rs,MIT OR Apache-2.0,Amanieu d'Antras <[email protected]> | ||
time,https://github.com/time-rs/time,MIT OR Apache-2.0,"Jacob Pratt <[email protected]>, Time contributors" | ||
tinystr,https://github.com/unicode-org/icu4x,Unicode-3.0,The ICU4X Project Developers | ||
tinyvec,https://github.com/Lokathor/tinyvec,Zlib OR Apache-2.0 OR MIT,Lokathor <[email protected]> | ||
|
@@ -252,7 +260,8 @@ toml_edit,https://github.com/toml-rs/toml,MIT OR Apache-2.0,"Andronik Ordian <wr | |
tracing,https://github.com/tokio-rs/tracing,MIT,"Eliza Weisman <[email protected]>, Tokio Contributors <[email protected]>" | ||
tracing-attributes,https://github.com/tokio-rs/tracing,MIT,"Tokio Contributors <[email protected]>, Eliza Weisman <[email protected]>, David Barsky <[email protected]>" | ||
tracing-core,https://github.com/tokio-rs/tracing,MIT,Tokio Contributors <[email protected]> | ||
triomphe,https://github.com/Manishearth/triomphe,MIT OR Apache-2.0,The Servo Project Developers | ||
tracing-log,https://github.com/tokio-rs/tracing,MIT,Tokio Contributors <[email protected]> | ||
tracing-subscriber,https://github.com/tokio-rs/tracing,MIT,"Eliza Weisman <[email protected]>, David Barsky <[email protected]>, Tokio Contributors <[email protected]>" | ||
typenum,https://github.com/paholg/typenum,MIT OR Apache-2.0,"Paho Lurie-Gregg <[email protected]>, Andre Bogus <[email protected]>" | ||
uaparser,https://github.com/davidarmstronglewis/uap-rs,MIT,Ocean Lewis | ||
ucd-trie,https://github.com/BurntSushi/ucd-generate,MIT OR Apache-2.0,Andrew Gallant <[email protected]> | ||
|