Cargo.lock
524 lines
| 22.7 KiB
| text/plain
|
TextLexer
/ rust / Cargo.lock
Yuya Nishihara
|
r42682 | # This file is automatically @generated by Cargo. | ||
# It is not intended for manual editing. | ||||
Georges Racinet
|
r41001 | [[package]] | ||
name = "aho-corasick" | ||||
Raphaël Gomès
|
r43565 | version = "0.7.6" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||||
[[package]] | ||||
name = "arrayvec" | ||||
version = "0.4.12" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41001 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "autocfg" | ||
Raphaël Gomès
|
r43565 | version = "0.1.6" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
[[package]] | ||||
name = "bitflags" | ||||
Raphaël Gomès
|
r43565 | version = "1.2.1" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
[[package]] | ||||
Raphaël Gomès
|
r42489 | name = "byteorder" | ||
Raphaël Gomès
|
r43565 | version = "1.3.2" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
[[package]] | ||||
Raphaël Gomès
|
r44278 | name = "c2-chacha" | ||
version = "0.2.2" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r43565 | name = "cfg-if" | ||
version = "0.1.10" | ||||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "cloudabi" | ||
version = "0.0.3" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Georges Racinet
|
r41841 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "cpython" | ||
Yuya Nishihara
|
r43483 | version = "0.3.0" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Yuya Nishihara
|
r43483 | "python27-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"python3-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41001 | ] | ||
Gregory Szorc
|
r35619 | [[package]] | ||
Raphaël Gomès
|
r43565 | name = "crossbeam-deque" | ||
version = "0.7.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
name = "crossbeam-epoch" | ||||
version = "0.7.2" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
name = "crossbeam-queue" | ||||
version = "0.1.2" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
name = "crossbeam-utils" | ||||
version = "0.6.6" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
name = "either" | ||||
version = "1.5.3" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "fuchsia-cprng" | ||
Raphaël Gomès
|
r43565 | version = "0.1.1" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
[[package]] | ||||
Raphaël Gomès
|
r44278 | name = "getrandom" | ||
version = "0.1.12" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
Georges Racinet
|
r40307 | name = "hg-core" | ||
version = "0.1.0" | ||||
Georges Racinet
|
r41841 | dependencies = [ | ||
Raphaël Gomès
|
r43565 | "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41841 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | "rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Raphaël Gomès
|
r44278 | "twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Georges Racinet
|
r41841 | ] | ||
Georges Racinet
|
r40307 | |||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "hg-cpython" | ||
version = "0.1.0" | ||||
dependencies = [ | ||||
Yuya Nishihara
|
r43483 | "cpython 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Georges Racinet
|
r41001 | "hg-core 0.1.0", | ||
Raphaël Gomès
|
r43565 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Georges Racinet
|
r41001 | ] | ||
[[package]] | ||||
Georges Racinet
|
r40308 | name = "hgdirectffi" | ||
version = "0.1.0" | ||||
dependencies = [ | ||||
"hg-core 0.1.0", | ||||
Raphaël Gomès
|
r43565 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Gregory Szorc
|
r35619 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "lazy_static" | ||
Raphaël Gomès
|
r43565 | version = "1.4.0" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
[[package]] | ||||
Gregory Szorc
|
r35619 | name = "libc" | ||
Raphaël Gomès
|
r43565 | version = "0.2.64" | ||
Gregory Szorc
|
r35619 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Georges Racinet
|
r41001 | [[package]] | ||
name = "memchr" | ||||
Raphaël Gomès
|
r43565 | version = "2.2.1" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
[[package]] | ||||
name = "memoffset" | ||||
version = "0.5.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
name = "nodrop" | ||||
version = "0.1.14" | ||||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
[[package]] | ||||
name = "num-traits" | ||||
Raphaël Gomès
|
r43565 | version = "0.2.8" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
Raphaël Gomès
|
r43565 | dependencies = [ | ||
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
name = "num_cpus" | ||||
version = "1.10.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
Georges Racinet
|
r41001 | |||
[[package]] | ||||
Raphaël Gomès
|
r44278 | name = "ppv-lite86" | ||
version = "0.2.5" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "python27-sys" | ||
Yuya Nishihara
|
r43483 | version = "0.3.0" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41001 | ] | ||
[[package]] | ||||
name = "python3-sys" | ||||
Yuya Nishihara
|
r43483 | version = "0.3.0" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41001 | ] | ||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "rand" | ||
version = "0.6.5" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41841 | "rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Georges Racinet
|
r41841 | "rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Raphaël Gomès
|
r43565 | "rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41841 | "rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Georges Racinet
|
r41841 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r44278 | name = "rand" | ||
version = "0.7.2" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "rand_chacha" | ||
version = "0.1.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Georges Racinet
|
r41841 | "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r44278 | name = "rand_chacha" | ||
version = "0.2.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "rand_core" | ||
version = "0.3.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Georges Racinet
|
r41841 | ] | ||
[[package]] | ||||
name = "rand_core" | ||||
Raphaël Gomès
|
r43565 | version = "0.4.2" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
[[package]] | ||||
Raphaël Gomès
|
r44278 | name = "rand_core" | ||
version = "0.5.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "rand_hc" | ||
version = "0.1.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r44278 | name = "rand_hc" | ||
version = "0.2.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "rand_isaac" | ||
version = "0.1.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
name = "rand_jitter" | ||||
Raphaël Gomès
|
r43565 | version = "0.1.4" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41841 | ] | ||
[[package]] | ||||
name = "rand_os" | ||||
Raphaël Gomès
|
r43565 | version = "0.1.3" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Raphaël Gomès
|
r43565 | "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41841 | "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Georges Racinet
|
r41841 | ] | ||
[[package]] | ||||
name = "rand_pcg" | ||||
Raphaël Gomès
|
r43565 | version = "0.1.2" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41841 | ] | ||
[[package]] | ||||
name = "rand_xorshift" | ||||
version = "0.1.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r43565 | name = "rayon" | ||
version = "1.2.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
name = "rayon-core" | ||||
version = "1.6.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "rdrand" | ||
version = "0.4.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "regex" | ||
Raphaël Gomès
|
r43565 | version = "1.3.1" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41001 | "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||||
[[package]] | ||||
name = "regex-syntax" | ||||
Raphaël Gomès
|
r43565 | version = "0.6.12" | ||
Georges Racinet
|
r41001 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "rustc_version" | ||
version = "0.2.3" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
Raphaël Gomès
|
r43565 | name = "scopeguard" | ||
version = "1.0.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "semver" | ||
version = "0.9.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
name = "semver-parser" | ||||
version = "0.7.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
[[package]] | ||||
Georges Racinet
|
r41001 | name = "thread_local" | ||
version = "0.3.6" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
Raphaël Gomès
|
r43565 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Georges Racinet
|
r41001 | ] | ||
[[package]] | ||||
Raphaël Gomès
|
r44278 | name = "twox-hash" | ||
version = "1.5.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
name = "wasi" | ||||
version = "0.7.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
[[package]] | ||||
Georges Racinet
|
r41841 | name = "winapi" | ||
Raphaël Gomès
|
r43565 | version = "0.3.8" | ||
Georges Racinet
|
r41841 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
] | ||||
[[package]] | ||||
name = "winapi-i686-pc-windows-gnu" | ||||
version = "0.4.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
[[package]] | ||||
name = "winapi-x86_64-pc-windows-gnu" | ||||
version = "0.4.0" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
Gregory Szorc
|
r35619 | [metadata] | ||
Raphaël Gomès
|
r43565 | "checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" | ||
"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" | ||||
"checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" | ||||
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" | ||||
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" | ||||
Raphaël Gomès
|
r44278 | "checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" | ||
Raphaël Gomès
|
r43565 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" | ||
Georges Racinet
|
r41841 | "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" | ||
Yuya Nishihara
|
r43483 | "checksum cpython 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85532c648315aeb0829ad216a6a29aa3212cf9319bc7f6daf1404aa0bdd1485f" | ||
Raphaël Gomès
|
r43565 | "checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71" | ||
"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9" | ||||
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b" | ||||
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" | ||||
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" | ||||
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" | ||||
Raphaël Gomès
|
r44278 | "checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" | ||
Raphaël Gomès
|
r43565 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" | ||
"checksum libc 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)" = "74dfca3d9957906e8d1e6a0b641dc9a59848e793f1da2165889fd4f62d10d79c" | ||||
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" | ||||
"checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" | ||||
"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" | ||||
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32" | ||||
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" | ||||
Raphaël Gomès
|
r44278 | "checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" | ||
Yuya Nishihara
|
r43483 | "checksum python27-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "372555e88a6bc8109eb641380240dc8d25a128fc48363ec9075664daadffdd5b" | ||
"checksum python3-sys 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f3a8ebed3f1201fda179f3960609dbbc10cd8c75e9f2afcb03788278f367d8ea" | ||||
Georges Racinet
|
r41841 | "checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" | ||
Raphaël Gomès
|
r44278 | "checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" | ||
Georges Racinet
|
r41841 | "checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | ||
Raphaël Gomès
|
r44278 | "checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" | ||
Georges Racinet
|
r41841 | "checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" | ||
Raphaël Gomès
|
r43565 | "checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" | ||
Raphaël Gomès
|
r44278 | "checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" | ||
Georges Racinet
|
r41841 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | ||
Raphaël Gomès
|
r44278 | "checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" | ||
Georges Racinet
|
r41841 | "checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" | ||
Raphaël Gomès
|
r43565 | "checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" | ||
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" | ||||
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" | ||||
Georges Racinet
|
r41841 | "checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" | ||
Raphaël Gomès
|
r43565 | "checksum rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123" | ||
"checksum rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b" | ||||
Georges Racinet
|
r41841 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | ||
Raphaël Gomès
|
r43565 | "checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd" | ||
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" | ||||
Georges Racinet
|
r41841 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | ||
Raphaël Gomès
|
r43565 | "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" | ||
Georges Racinet
|
r41841 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | ||
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | ||||
Georges Racinet
|
r41001 | "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" | ||
Raphaël Gomès
|
r44278 | "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56" | ||
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" | ||||
Raphaël Gomès
|
r43565 | "checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" | ||
Georges Racinet
|
r41841 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" | ||
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" | ||||