|
|
@ -7,11 +7,11 @@ dependencies = [ |
|
|
|
"criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"gc 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"gc 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"gc_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"gc_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"structopt 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen 0.2.52 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -32,10 +32,10 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "arrayvec" |
|
|
|
name = "arrayvec" |
|
|
|
version = "0.4.11" |
|
|
|
version = "0.4.12" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -43,18 +43,18 @@ name = "atty" |
|
|
|
version = "0.2.13" |
|
|
|
version = "0.2.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "autocfg" |
|
|
|
name = "autocfg" |
|
|
|
version = "0.1.6" |
|
|
|
version = "0.1.7" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "bitflags" |
|
|
|
name = "bitflags" |
|
|
|
version = "1.1.0" |
|
|
|
version = "1.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -65,7 +65,7 @@ dependencies = [ |
|
|
|
"lazy_static 1.4.0 (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)", |
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -80,11 +80,10 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "c2-chacha" |
|
|
|
name = "c2-chacha" |
|
|
|
version = "0.2.2" |
|
|
|
version = "0.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -94,7 +93,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
|
name = "cfg-if" |
|
|
|
version = "0.1.9" |
|
|
|
version = "0.1.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -104,7 +103,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -128,9 +127,9 @@ dependencies = [ |
|
|
|
"rand_os 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand_os 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand_xoshiro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand_xoshiro 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
@ -158,8 +157,8 @@ name = "crossbeam-epoch" |
|
|
|
version = "0.7.2" |
|
|
|
version = "0.7.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.9 (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)", |
|
|
|
"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)", |
|
|
|
"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)", |
|
|
|
"memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -179,7 +178,7 @@ name = "crossbeam-utils" |
|
|
|
version = "0.6.6" |
|
|
|
version = "0.6.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"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)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
@ -191,8 +190,8 @@ dependencies = [ |
|
|
|
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -205,7 +204,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "either" |
|
|
|
name = "either" |
|
|
|
version = "1.5.2" |
|
|
|
version = "1.5.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -228,8 +227,8 @@ name = "getrandom" |
|
|
|
version = "0.1.12" |
|
|
|
version = "0.1.12" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
@ -246,7 +245,7 @@ name = "itertools" |
|
|
|
version = "0.8.0" |
|
|
|
version = "0.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -261,7 +260,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "libc" |
|
|
|
name = "libc" |
|
|
|
version = "0.2.62" |
|
|
|
version = "0.2.65" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -269,7 +268,7 @@ name = "log" |
|
|
|
version = "0.4.8" |
|
|
|
version = "0.4.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -277,7 +276,7 @@ name = "memchr" |
|
|
|
version = "2.2.1" |
|
|
|
version = "2.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -290,7 +289,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "nodrop" |
|
|
|
name = "nodrop" |
|
|
|
version = "0.1.13" |
|
|
|
version = "0.1.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -298,7 +297,7 @@ name = "num-traits" |
|
|
|
version = "0.2.8" |
|
|
|
version = "0.2.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -306,12 +305,12 @@ name = "num_cpus" |
|
|
|
version = "1.10.1" |
|
|
|
version = "1.10.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ppv-lite86" |
|
|
|
name = "ppv-lite86" |
|
|
|
version = "0.2.5" |
|
|
|
version = "0.2.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -319,14 +318,14 @@ name = "proc-macro-error" |
|
|
|
version = "0.2.6" |
|
|
|
version = "0.2.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.3" |
|
|
|
version = "1.0.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -342,16 +341,16 @@ name = "quote" |
|
|
|
version = "1.0.2" |
|
|
|
version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "rand" |
|
|
|
name = "rand" |
|
|
|
version = "0.7.0" |
|
|
|
version = "0.7.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand_chacha 0.2.1 (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_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)", |
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
@ -362,7 +361,7 @@ name = "rand_chacha" |
|
|
|
version = "0.2.1" |
|
|
|
version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
@ -405,7 +404,7 @@ version = "1.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"either 1.5.2 (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)", |
|
|
|
"rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
@ -455,7 +454,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "ryu" |
|
|
|
name = "ryu" |
|
|
|
version = "1.0.0" |
|
|
|
version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -486,27 +485,27 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "serde" |
|
|
|
name = "serde" |
|
|
|
version = "1.0.100" |
|
|
|
version = "1.0.101" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "serde_derive" |
|
|
|
name = "serde_derive" |
|
|
|
version = "1.0.100" |
|
|
|
version = "1.0.101" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "serde_json" |
|
|
|
name = "serde_json" |
|
|
|
version = "1.0.40" |
|
|
|
version = "1.0.41" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -516,21 +515,21 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "structopt" |
|
|
|
name = "structopt" |
|
|
|
version = "0.3.2" |
|
|
|
version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"structopt-derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "structopt-derive" |
|
|
|
name = "structopt-derive" |
|
|
|
version = "0.3.2" |
|
|
|
version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
@ -550,7 +549,7 @@ name = "syn" |
|
|
|
version = "1.0.5" |
|
|
|
version = "1.0.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
@ -593,8 +592,8 @@ name = "tinytemplate" |
|
|
|
version = "1.0.2" |
|
|
|
version = "1.0.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -639,51 +638,51 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen" |
|
|
|
name = "wasm-bindgen" |
|
|
|
version = "0.2.50" |
|
|
|
version = "0.2.52" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-macro 0.2.52 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-backend" |
|
|
|
name = "wasm-bindgen-backend" |
|
|
|
version = "0.2.50" |
|
|
|
version = "0.2.52" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-shared 0.2.52 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-macro" |
|
|
|
name = "wasm-bindgen-macro" |
|
|
|
version = "0.2.50" |
|
|
|
version = "0.2.52" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-macro-support 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-macro-support 0.2.52 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-macro-support" |
|
|
|
name = "wasm-bindgen-macro-support" |
|
|
|
version = "0.2.50" |
|
|
|
version = "0.2.52" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-backend 0.2.52 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"wasm-bindgen-shared 0.2.52 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "wasm-bindgen-shared" |
|
|
|
name = "wasm-bindgen-shared" |
|
|
|
version = "0.2.50" |
|
|
|
version = "0.2.52" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
@ -716,16 +715,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
[metadata] |
|
|
|
[metadata] |
|
|
|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
|
|
|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d" |
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
|
|
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba" |
|
|
|
"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" |
|
|
|
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
|
|
|
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
|
|
|
"checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875" |
|
|
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
|
|
|
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" |
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
|
"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" |
|
|
|
"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245" |
|
|
|
"checksum bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708" |
|
|
|
"checksum bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708" |
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
|
|
|
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101" |
|
|
|
"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb" |
|
|
|
"checksum cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427" |
|
|
|
"checksum cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427" |
|
|
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9" |
|
|
|
"checksum criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "938703e165481c8d612ea3479ac8342e5615185db37765162e762ec3523e2fc6" |
|
|
|
"checksum criterion 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "938703e165481c8d612ea3479ac8342e5615185db37765162e762ec3523e2fc6" |
|
|
|
"checksum criterion-plot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eccdc6ce8bbe352ca89025bee672aa6d24f4eb8c53e3a8b5d1bc58011da072a2" |
|
|
|
"checksum criterion-plot 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eccdc6ce8bbe352ca89025bee672aa6d24f4eb8c53e3a8b5d1bc58011da072a2" |
|
|
@ -735,7 +734,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
|
|
|
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
|
|
|
"checksum csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37519ccdfd73a75821cac9319d4fce15a81b9fcf75f951df5b9988aa3a0af87d" |
|
|
|
"checksum csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37519ccdfd73a75821cac9319d4fce15a81b9fcf75f951df5b9988aa3a0af87d" |
|
|
|
"checksum csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c" |
|
|
|
"checksum csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c" |
|
|
|
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b" |
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
|
|
|
"checksum gc 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75656800ec248b3d0c33b685e442a67e7308009ae59b1f8eb60c4f09ebebb512" |
|
|
|
"checksum gc 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75656800ec248b3d0c33b685e442a67e7308009ae59b1f8eb60c4f09ebebb512" |
|
|
|
"checksum gc_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2501c15cbaf28a0c2214617aa85351982a933161d7937fe6cd71c855364e0ea6" |
|
|
|
"checksum gc_derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2501c15cbaf28a0c2214617aa85351982a933161d7937fe6cd71c855364e0ea6" |
|
|
|
"checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" |
|
|
|
"checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571" |
|
|
@ -743,19 +742,19 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
|
|
|
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358" |
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" |
|
|
|
"checksum libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)" = "1a31a0627fdf1f6a39ec0dd577e101440b7db22672c0901fe00a9a6fbb5c24e8" |
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
|
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
|
|
|
"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 memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f" |
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945" |
|
|
|
"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-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" |
|
|
|
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273" |
|
|
|
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b" |
|
|
|
"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b" |
|
|
|
"checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" |
|
|
|
"checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097" |
|
|
|
"checksum proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8" |
|
|
|
"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" |
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a" |
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
|
|
|
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c" |
|
|
|
"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412" |
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853" |
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
|
@ -767,17 +766,17 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9" |
|
|
|
"checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9" |
|
|
|
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" |
|
|
|
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716" |
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
|
|
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
|
|
|
"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
|
|
|
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" |
|
|
|
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421" |
|
|
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
|
|
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
|
|
"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" |
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
"checksum serde 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)" = "f4473e8506b213730ff2061073b48fa51dcc66349219e2e7c5608f0296a1d95a" |
|
|
|
"checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" |
|
|
|
"checksum serde_derive 1.0.100 (registry+https://github.com/rust-lang/crates.io-index)" = "11e410fde43e157d789fc290d26bc940778ad0fdd47836426fbac36573710dbb" |
|
|
|
"checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" |
|
|
|
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
|
|
|
"checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" |
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
|
|
|
"checksum structopt 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe8d3289b63ef2f196d89e7701f986583c0895e764b78f052a55b9b5d34d84a" |
|
|
|
"checksum structopt 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6d4f66a4c0ddf7aee4677995697366de0749b0139057342eccbb609b12d0affc" |
|
|
|
"checksum structopt-derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f3add731f5b4fb85931d362a3c92deb1ad7113649a8d51701fb257673705f122" |
|
|
|
"checksum structopt-derive 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8fe0c13e476b4e21ff7f5c4ace3818b6d7bdc16897c31c73862471bc1663acae" |
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad" |
|
|
|
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" |
|
|
|
"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" |
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6" |
|
|
@ -792,11 +791,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
|
|
|
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" |
|
|
|
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e" |
|
|
|
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" |
|
|
|
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d" |
|
|
|
"checksum wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "dcddca308b16cd93c2b67b126c688e5467e4ef2e28200dc7dfe4ae284f2faefc" |
|
|
|
"checksum wasm-bindgen 0.2.52 (registry+https://github.com/rust-lang/crates.io-index)" = "637353fd57864c20f1968dc21680fe03985ca3a7ef6a5ce027777513bdecc282" |
|
|
|
"checksum wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "f805d9328b5fc7e5c6399960fd1889271b9b58ae17bdb2417472156cc9fafdd0" |
|
|
|
"checksum wasm-bindgen-backend 0.2.52 (registry+https://github.com/rust-lang/crates.io-index)" = "c85481ca7d1aad8cf40e0140830b2197ce89184a80e54e307b55fd64d78ed63e" |
|
|
|
"checksum wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "3ff88201a482abfc63921621f6cb18eb1efd74f136b05e5841e7f8ca434539e9" |
|
|
|
"checksum wasm-bindgen-macro 0.2.52 (registry+https://github.com/rust-lang/crates.io-index)" = "9f627667b5f4f8bd923c93107b96907c60e7e8eb2636802499fce468c87e3689" |
|
|
|
"checksum wasm-bindgen-macro-support 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "6a433d89ecdb9f77d46fcf00c8cf9f3467b7de9954d8710c175f61e2e245bb0e" |
|
|
|
"checksum wasm-bindgen-macro-support 0.2.52 (registry+https://github.com/rust-lang/crates.io-index)" = "a48f5147b0c049bc306d5b9e53c891056a1fd8c4e7311fffbce233e4f200d45e" |
|
|
|
"checksum wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "d41fc1bc3570cdf8d108c15e014045fd45a95bb5eb36605f96a90461fc34027d" |
|
|
|
"checksum wasm-bindgen-shared 0.2.52 (registry+https://github.com/rust-lang/crates.io-index)" = "1e272b0d31b78cdcaf5ad440d28276546d99b059a953e5afb387aefce66c3c5a" |
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9" |
|
|
|