Cargo.lock
444 lines
| 19.3 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]] | ||||
Georges Racinet
|
r41841 | name = "autocfg" | ||
Raphaël Gomès
|
r44618 | version = "0.1.7" | ||
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]] | ||||
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" | ||
Raphaël Gomès
|
r44618 | version = "0.7.2" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r44618 | "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Raphaël Gomès
|
r43565 | ] | ||
[[package]] | ||||
name = "crossbeam-epoch" | ||||
Raphaël Gomès
|
r44618 | version = "0.8.0" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r44618 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r44618 | "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | "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" | ||||
Raphaël Gomès
|
r44618 | version = "0.2.1" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r44618 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Raphaël Gomès
|
r43565 | ] | ||
[[package]] | ||||
name = "crossbeam-utils" | ||||
Raphaël Gomès
|
r44618 | version = "0.7.0" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r44618 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | "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]] | ||||
Georges Racinet
|
r44601 | name = "hex" | ||
version = "0.4.0" | ||||
source = "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)", | ||
Georges Racinet
|
r44601 | "hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | "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)", | ||
Raphaël Gomès
|
r44618 | "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"regex 1.3.3 (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]] | ||||
Georges Racinet
|
r41001 | 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 = [ | ||
Raphaël Gomès
|
r44618 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | ] | ||
[[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]] | ||||
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)", | ||
Raphaël Gomès
|
r44618 | "regex 1.3.3 (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)", | ||
Raphaël Gomès
|
r44618 | "regex 1.3.3 (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
|
r44618 | "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | "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]] | ||||
name = "rand_chacha" | ||||
version = "0.1.1" | ||||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||||
dependencies = [ | ||||
Raphaël Gomès
|
r44618 | "autocfg 0.1.7 (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]] | ||||
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]] | ||||
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]] | ||||
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
|
r44618 | "autocfg 0.1.7 (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 | ] | ||
[[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" | ||
Raphaël Gomès
|
r44618 | version = "1.3.0" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r44618 | "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r44618 | "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r43565 | ] | ||
[[package]] | ||||
name = "rayon-core" | ||||
Raphaël Gomès
|
r44618 | version = "1.7.0" | ||
Raphaël Gomès
|
r43565 | source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||||
Raphaël Gomès
|
r44618 | "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Raphaël Gomès
|
r43565 | "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
|
r44618 | version = "1.3.3" | ||
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)", | ||||
Raphaël Gomès
|
r44618 | "regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||||
Georges Racinet
|
r41001 | ] | ||
[[package]] | ||||
name = "regex-syntax" | ||||
Raphaël Gomès
|
r44618 | version = "0.6.13" | ||
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" | ||
Raphaël Gomès
|
r44618 | version = "1.0.1" | ||
Georges Racinet
|
r41001 | 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 = [ | ||||
Raphaël Gomès
|
r44618 | "rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
Raphaël Gomès
|
r44278 | ] | ||
[[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" | ||
Raphaël Gomès
|
r44618 | "checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" | ||
Raphaël Gomès
|
r43565 | "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" | ||||
"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
|
r44618 | "checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" | ||
"checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" | ||||
"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" | ||||
"checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" | ||||
Raphaël Gomès
|
r43565 | "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" | ||||
Georges Racinet
|
r44601 | "checksum hex 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "023b39be39e3a2da62a94feb433e91e8bcd37676fbc8bea371daf52b7a769a3e" | ||
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 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" | ||||
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" | ||
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" | ||||
"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" | ||
Georges Racinet
|
r41841 | "checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" | ||
"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
|
r44618 | "checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" | ||
"checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" | ||||
Georges Racinet
|
r41841 | "checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" | ||
Raphaël Gomès
|
r44618 | "checksum regex 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b5508c1941e4e7cb19965abef075d35a9a8b5cdf0846f30b4050e9b55dc55e87" | ||
"checksum regex-syntax 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e734e891f5b408a29efbf8309e656876276f49ab6a6ac208600b4419bd893d90" | ||||
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" | ||||
Raphaël Gomès
|
r44618 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" | ||
Raphaël Gomès
|
r44278 | "checksum twox-hash 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bfd5b7557925ce778ff9b9ef90e3ade34c524b5ff10e239c69a42d546d2af56" | ||
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" | ||||