|
@ -50,15 +50,15 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[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 = "backtrace" |
|
|
name = "backtrace" |
|
|
version = "0.3.38" |
|
|
version = "0.3.40" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cfg-if 0.1.10 (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.65 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -66,10 +66,10 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "backtrace-sys" |
|
|
name = "backtrace-sys" |
|
|
version = "0.1.30" |
|
|
version = "0.1.32" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -83,7 +83,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "bech32" |
|
|
name = "bech32" |
|
|
version = "0.6.0" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -91,7 +91,7 @@ name = "bincode" |
|
|
version = "1.2.0" |
|
|
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 = [ |
|
|
"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)", |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
@ -120,30 +120,20 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "bitcoin" |
|
|
name = "bitcoin" |
|
|
version = "0.18.2" |
|
|
version = "0.21.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bitcoin-bech32 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bech32 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitcoin_hashes 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitcoin_hashes 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"secp256k1 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"secp256k1 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde_test 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "bitcoin-bech32" |
|
|
|
|
|
version = "0.9.0" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "bitcoin_hashes" |
|
|
name = "bitcoin_hashes" |
|
|
version = "0.3.2" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -182,7 +172,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "cc" |
|
|
name = "cc" |
|
|
version = "1.0.26" |
|
|
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 = [ |
|
|
"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)", |
|
@ -348,8 +338,8 @@ version = "0.7.1" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitcoin 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitcoin 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitcoin_hashes 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bitcoin_hashes 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"configure_me 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"configure_me 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"configure_me_codegen 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"configure_me_codegen 0.3.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"crossbeam-channel 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -411,7 +401,7 @@ name = "error-chain" |
|
|
version = "0.12.1" |
|
|
version = "0.12.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -420,7 +410,7 @@ name = "failure" |
|
|
version = "0.1.6" |
|
|
version = "0.1.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -429,7 +419,7 @@ name = "failure_derive" |
|
|
version = "0.1.6" |
|
|
version = "0.1.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.5 (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)", |
|
|
"synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"synstructure 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
@ -525,7 +515,7 @@ name = "libloading" |
|
|
version = "0.5.2" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cc 1.0.41 (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)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -535,7 +525,7 @@ version = "6.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"libc 0.2.65 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
@ -601,7 +591,7 @@ name = "num-integer" |
|
|
version = "0.1.41" |
|
|
version = "0.1.41" |
|
|
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)", |
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
@ -610,7 +600,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]] |
|
@ -656,7 +646,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "proc-macro2" |
|
|
name = "proc-macro2" |
|
|
version = "1.0.5" |
|
|
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)", |
|
@ -698,7 +688,7 @@ 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.5 (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]] |
|
@ -722,6 +712,33 @@ dependencies = [ |
|
|
"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]] |
|
|
|
|
|
name = "rand" |
|
|
|
|
|
version = "0.6.5" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"autocfg 0.1.7 (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.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"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)", |
|
|
|
|
|
"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)", |
|
|
|
|
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "rand_chacha" |
|
|
|
|
|
version = "0.1.1" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "rand_core" |
|
|
name = "rand_core" |
|
|
version = "0.3.1" |
|
|
version = "0.3.1" |
|
@ -735,6 +752,32 @@ name = "rand_core" |
|
|
version = "0.4.2" |
|
|
version = "0.4.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
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" |
|
|
|
|
|
version = "0.1.4" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"libc 0.2.65 (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)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "rand_os" |
|
|
name = "rand_os" |
|
|
version = "0.1.3" |
|
|
version = "0.1.3" |
|
@ -748,6 +791,23 @@ dependencies = [ |
|
|
"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]] |
|
|
|
|
|
name = "rand_pcg" |
|
|
|
|
|
version = "0.1.2" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[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]] |
|
|
[[package]] |
|
|
name = "rayon" |
|
|
name = "rayon" |
|
|
version = "1.2.0" |
|
|
version = "1.2.0" |
|
@ -876,11 +936,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "secp256k1" |
|
|
name = "secp256k1" |
|
|
version = "0.12.2" |
|
|
version = "0.15.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
dependencies = [ |
|
|
dependencies = [ |
|
|
"cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
@ -906,7 +966,7 @@ name = "serde_derive" |
|
|
version = "1.0.101" |
|
|
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.5 (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)", |
|
|
] |
|
|
] |
|
@ -921,14 +981,6 @@ dependencies = [ |
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
] |
|
|
] |
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
name = "serde_test" |
|
|
|
|
|
version = "1.0.101" |
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
[[package]] |
|
|
name = "shlex" |
|
|
name = "shlex" |
|
|
version = "0.1.1" |
|
|
version = "0.1.1" |
|
@ -983,7 +1035,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.5 (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)", |
|
|
] |
|
|
] |
|
@ -993,7 +1045,7 @@ name = "synstructure" |
|
|
version = "0.12.1" |
|
|
version = "0.12.1" |
|
|
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.5 (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)", |
|
|
"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)", |
|
@ -1212,21 +1264,20 @@ dependencies = [ |
|
|
"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" |
|
|
"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" |
|
|
"checksum ascii 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "97be891acc47ca214468e09425d02cef3af2c94d0d82081cd02061f996802f14" |
|
|
"checksum ascii 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "97be891acc47ca214468e09425d02cef3af2c94d0d82081cd02061f996802f14" |
|
|
"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 backtrace 0.3.38 (registry+https://github.com/rust-lang/crates.io-index)" = "690a62be8920ccf773ee00ef0968649b0e724cda8bd5b12286302b4ae955fdf5" |
|
|
"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea" |
|
|
"checksum backtrace-sys 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "5b3a000b9c543553af61bc01cbfc403b04b5caa9e421033866f2e98061eb3e61" |
|
|
"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491" |
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
|
|
"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
|
|
"checksum bech32 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "58946044516aa9dc922182e0d6e9d124a31aafe6b421614654eb27cf90cec09c" |
|
|
"checksum bech32 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0089c35ab7c6f2bc55ab23f769913f0ac65b1023e7e74638a1f43128dd5df2" |
|
|
"checksum bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ab639324e3ee8774d296864fbc0dbbb256cf1a41c490b94cba90c082915f92" |
|
|
"checksum bincode 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ab639324e3ee8774d296864fbc0dbbb256cf1a41c490b94cba90c082915f92" |
|
|
"checksum bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)" = "846a1fba6535362a01487ef6b10f0275faa12e5c5d835c5c1c627aabc46ccbd6" |
|
|
"checksum bindgen 0.49.2 (registry+https://github.com/rust-lang/crates.io-index)" = "846a1fba6535362a01487ef6b10f0275faa12e5c5d835c5c1c627aabc46ccbd6" |
|
|
"checksum bitcoin 0.18.2 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5e7935f613ba170459072926f01dc5ddb8aa22382dc4badf44bbb55e2d243d" |
|
|
"checksum bitcoin 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dc34f963060a2091b4e285d8082e1946be35caf467e73b3155262c8357fb4595" |
|
|
"checksum bitcoin-bech32 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4e67e8ccfc663811145e6cabdb9a2a6978877f72b048516e83eb95622e9b2554" |
|
|
"checksum bitcoin_hashes 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "db6b697833d852acea530c9e815e6adc724267856b6506bc500362a068a39c7b" |
|
|
"checksum bitcoin_hashes 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2b7a2e9773ee7ae7f2560f0426c938f57902dcb9e39321b0cbd608f47ed579a4" |
|
|
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
"checksum blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182" |
|
|
"checksum blake2b_simd 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "5850aeee1552f495dd0250014cf64b82b7c8879a89d83b33bbdace2cc4f63182" |
|
|
"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 cargo_toml 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7877b00aaf997d7ed66a81281d3a8b9f9da5361df05b72785b985349979a0f3" |
|
|
"checksum cargo_toml 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e7877b00aaf997d7ed66a81281d3a8b9f9da5361df05b72785b985349979a0f3" |
|
|
"checksum cc 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "389803e36973d242e7fecb092b2de44a3d35ac62524b3b9339e51d577d668e02" |
|
|
"checksum cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "8dae9c4b8fedcae85592ba623c4fd08cfdab3e3b72d6df780c6ead964a69bfff" |
|
|
"checksum cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7fa24eb00d5ffab90eaeaf1092ac85c04c64aaf358ea6f84505b8116d24c6af" |
|
|
"checksum cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7fa24eb00d5ffab90eaeaf1092ac85c04c64aaf358ea6f84505b8116d24c6af" |
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
"checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" |
|
|
"checksum chrono 0.4.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e8493056968583b0193c1bb04d6f7684586f3726992d6c573261941a895dbd68" |
|
@ -1282,7 +1333,7 @@ dependencies = [ |
|
|
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
|
|
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
|
|
"checksum proc-macro2 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "90cf5f418035b98e655e9cdb225047638296b862b42411c4e45bb88d700f7fc0" |
|
|
"checksum proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27" |
|
|
"checksum prometheus 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48e3f33ff50a88c73ad8458fa6c22931aa7a6e19bb4a95d62816618c153b3f02" |
|
|
"checksum prometheus 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "48e3f33ff50a88c73ad8458fa6c22931aa7a6e19bb4a95d62816618c153b3f02" |
|
|
"checksum protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40361836defdd5871ff7e84096c6f6444af7fc157f8ef1789f54f147687caa20" |
|
|
"checksum protobuf 2.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40361836defdd5871ff7e84096c6f6444af7fc157f8ef1789f54f147687caa20" |
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0" |
|
@ -1290,9 +1341,16 @@ dependencies = [ |
|
|
"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.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" |
|
|
"checksum rand 0.3.23 (registry+https://github.com/rust-lang/crates.io-index)" = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c" |
|
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
|
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293" |
|
|
|
|
|
"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" |
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
|
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
|
|
|
|
|
"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" |
|
|
|
|
|
"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_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" |
|
|
|
|
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
|
|
"checksum rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123" |
|
|
"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" |
|
|
"checksum rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b" |
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
@ -1309,13 +1367,12 @@ dependencies = [ |
|
|
"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.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
|
|
"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8" |
|
|
"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 secp256k1 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfaccd3a23619349e0878d9a241f34b1982343cdf67367058cd7d078d326b63e" |
|
|
"checksum secp256k1 0.15.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4d311229f403d64002e9eed9964dfa5a0a0c1ac443344f7546bf48e916c6053a" |
|
|
"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.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" |
|
|
"checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd" |
|
|
"checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" |
|
|
"checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e" |
|
|
"checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" |
|
|
"checksum serde_json 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "2f72eb2a68a7dc3f9a691bfda9305a1c017a6215e5a4545c258500d2099a37c2" |
|
|
"checksum serde_test 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4aaf891d32257c9f65259b841af6e0b35d2ee22e41f1becbead01f0217f3e000" |
|
|
|
|
|
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
|
|
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
|
|
"checksum signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4f61c4d59f3aaa9f61bba6450a9b80ba48362fd7d651689e7a10c453b1f6dc68" |
|
|
"checksum signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4f61c4d59f3aaa9f61bba6450a9b80ba48362fd7d651689e7a10c453b1f6dc68" |
|
|
"checksum signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1797d48f38f91643908bb14e35e79928f9f4b3cefb2420a564dde0991b4358dc" |
|
|
"checksum signal-hook-registry 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1797d48f38f91643908bb14e35e79928f9f4b3cefb2420a564dde0991b4358dc" |
|
|