|
@@ -484,18 +484,6 @@ version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "bstr"
|
|
|
|
|
-version = "0.2.17"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "ba3569f383e8f1598449f1a423e72e99569137b47740b1da11ef19af3d5c3223"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "lazy_static",
|
|
|
|
|
- "memchr",
|
|
|
|
|
- "regex-automata",
|
|
|
|
|
- "serde",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "bumpalo"
|
|
name = "bumpalo"
|
|
|
version = "3.8.0"
|
|
version = "3.8.0"
|
|
@@ -901,28 +889,6 @@ dependencies = [
|
|
|
"crypto_api",
|
|
"crypto_api",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "csv"
|
|
|
|
|
-version = "1.1.6"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "22813a6dc45b335f9bade10bf7271dc477e81113e89eb251a0bc2a8a81c536e1"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "bstr",
|
|
|
|
|
- "csv-core",
|
|
|
|
|
- "itoa 0.4.8",
|
|
|
|
|
- "ryu",
|
|
|
|
|
- "serde",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "csv-core"
|
|
|
|
|
-version = "0.1.10"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "memchr",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "ctor"
|
|
name = "ctor"
|
|
|
version = "0.1.21"
|
|
version = "0.1.21"
|
|
@@ -952,8 +918,7 @@ dependencies = [
|
|
|
"clap",
|
|
"clap",
|
|
|
"crossbeam-channel 0.5.1",
|
|
"crossbeam-channel 0.5.1",
|
|
|
"crypto_api_chachapoly",
|
|
"crypto_api_chachapoly",
|
|
|
- "dirs 4.0.0",
|
|
|
|
|
- "easy-parallel",
|
|
|
|
|
|
|
+ "dirs",
|
|
|
"failure",
|
|
"failure",
|
|
|
"futures",
|
|
"futures",
|
|
|
"group",
|
|
"group",
|
|
@@ -969,16 +934,13 @@ dependencies = [
|
|
|
"num-bigint",
|
|
"num-bigint",
|
|
|
"num_cpus",
|
|
"num_cpus",
|
|
|
"pasta_curves",
|
|
"pasta_curves",
|
|
|
- "prettytable-rs",
|
|
|
|
|
"rand 0.8.4",
|
|
"rand 0.8.4",
|
|
|
- "ripemd160",
|
|
|
|
|
"rocksdb",
|
|
"rocksdb",
|
|
|
"serde",
|
|
"serde",
|
|
|
"serde_json",
|
|
"serde_json",
|
|
|
"sha2",
|
|
"sha2",
|
|
|
"signal-hook",
|
|
"signal-hook",
|
|
|
"signal-hook-async-std",
|
|
"signal-hook-async-std",
|
|
|
- "simplelog",
|
|
|
|
|
"smol",
|
|
"smol",
|
|
|
"sqlx",
|
|
"sqlx",
|
|
|
"subtle",
|
|
"subtle",
|
|
@@ -1080,17 +1042,6 @@ dependencies = [
|
|
|
"generic-array",
|
|
"generic-array",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "dirs"
|
|
|
|
|
-version = "1.0.5"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "libc",
|
|
|
|
|
- "redox_users 0.3.5",
|
|
|
|
|
- "winapi",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "dirs"
|
|
name = "dirs"
|
|
|
version = "4.0.0"
|
|
version = "4.0.0"
|
|
@@ -1117,7 +1068,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
|
|
checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"libc",
|
|
"libc",
|
|
|
- "redox_users 0.4.0",
|
|
|
|
|
|
|
+ "redox_users",
|
|
|
"winapi",
|
|
"winapi",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
@@ -1128,7 +1079,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"libc",
|
|
"libc",
|
|
|
- "redox_users 0.4.0",
|
|
|
|
|
|
|
+ "redox_users",
|
|
|
"winapi",
|
|
"winapi",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
@@ -1150,24 +1101,12 @@ dependencies = [
|
|
|
"wio",
|
|
"wio",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "easy-parallel"
|
|
|
|
|
-version = "3.2.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "6907e25393cdcc1f4f3f513d9aac1e840eb1cc341a0fccb01171f7d14d10b946"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "either"
|
|
name = "either"
|
|
|
version = "1.6.1"
|
|
version = "1.6.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "encode_unicode"
|
|
|
|
|
-version = "0.3.6"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "enum-primitive-derive"
|
|
name = "enum-primitive-derive"
|
|
|
version = "0.2.2"
|
|
version = "0.2.2"
|
|
@@ -1627,7 +1566,7 @@ checksum = "31f4c6746584866f0feabcc69893c5b51beef3831656a968ed7ae254cdc4fd03"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"bytes",
|
|
"bytes",
|
|
|
"fnv",
|
|
"fnv",
|
|
|
- "itoa 1.0.1",
|
|
|
|
|
|
|
+ "itoa",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -1706,12 +1645,6 @@ dependencies = [
|
|
|
"either",
|
|
"either",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "itoa"
|
|
|
|
|
-version = "0.4.8"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "itoa"
|
|
name = "itoa"
|
|
|
version = "1.0.1"
|
|
version = "1.0.1"
|
|
@@ -2098,7 +2031,7 @@ dependencies = [
|
|
|
"cfg-if 1.0.0",
|
|
"cfg-if 1.0.0",
|
|
|
"instant",
|
|
"instant",
|
|
|
"libc",
|
|
"libc",
|
|
|
- "redox_syscall 0.2.10",
|
|
|
|
|
|
|
+ "redox_syscall",
|
|
|
"smallvec",
|
|
"smallvec",
|
|
|
"winapi",
|
|
"winapi",
|
|
|
]
|
|
]
|
|
@@ -2273,20 +2206,6 @@ version = "0.2.16"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "prettytable-rs"
|
|
|
|
|
-version = "0.8.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "0fd04b170004fa2daccf418a7f8253aaf033c27760b5f225889024cf66d7ac2e"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "atty",
|
|
|
|
|
- "csv",
|
|
|
|
|
- "encode_unicode",
|
|
|
|
|
- "lazy_static",
|
|
|
|
|
- "term",
|
|
|
|
|
- "unicode-width",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "proc-macro-error"
|
|
name = "proc-macro-error"
|
|
|
version = "1.0.4"
|
|
version = "1.0.4"
|
|
@@ -2505,12 +2424,6 @@ dependencies = [
|
|
|
"zeroize",
|
|
"zeroize",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "redox_syscall"
|
|
|
|
|
-version = "0.1.57"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "redox_syscall"
|
|
name = "redox_syscall"
|
|
|
version = "0.2.10"
|
|
version = "0.2.10"
|
|
@@ -2526,18 +2439,7 @@ version = "0.1.2"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
|
checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "redox_syscall 0.2.10",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "redox_users"
|
|
|
|
|
-version = "0.3.5"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "getrandom 0.1.16",
|
|
|
|
|
- "redox_syscall 0.1.57",
|
|
|
|
|
- "rust-argon2",
|
|
|
|
|
|
|
+ "redox_syscall",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2547,7 +2449,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"getrandom 0.2.3",
|
|
"getrandom 0.2.3",
|
|
|
- "redox_syscall 0.2.10",
|
|
|
|
|
|
|
+ "redox_syscall",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
@@ -2561,12 +2463,6 @@ dependencies = [
|
|
|
"regex-syntax",
|
|
"regex-syntax",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "regex-automata"
|
|
|
|
|
-version = "0.1.10"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "regex-syntax"
|
|
name = "regex-syntax"
|
|
|
version = "0.6.25"
|
|
version = "0.6.25"
|
|
@@ -2582,17 +2478,6 @@ dependencies = [
|
|
|
"winapi",
|
|
"winapi",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "ripemd160"
|
|
|
|
|
-version = "0.9.1"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "2eca4ecc81b7f313189bf73ce724400a07da2a6dac19588b03c8bd76a2dcc251"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "block-buffer",
|
|
|
|
|
- "digest",
|
|
|
|
|
- "opaque-debug",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rocksdb"
|
|
name = "rocksdb"
|
|
|
version = "0.17.0"
|
|
version = "0.17.0"
|
|
@@ -2602,18 +2487,6 @@ dependencies = [
|
|
|
"librocksdb-sys",
|
|
"librocksdb-sys",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "rust-argon2"
|
|
|
|
|
-version = "0.8.3"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "base64",
|
|
|
|
|
- "blake2b_simd 0.5.11",
|
|
|
|
|
- "constant_time_eq",
|
|
|
|
|
- "crossbeam-utils 0.8.5",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "rustc-demangle"
|
|
name = "rustc-demangle"
|
|
|
version = "0.1.21"
|
|
version = "0.1.21"
|
|
@@ -2745,7 +2618,7 @@ version = "1.0.74"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142"
|
|
checksum = "ee2bb9cd061c5865d345bb02ca49fcef1391741b672b54a0bf7b679badec3142"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
- "itoa 1.0.1",
|
|
|
|
|
|
|
+ "itoa",
|
|
|
"ryu",
|
|
"ryu",
|
|
|
"serde",
|
|
"serde",
|
|
|
]
|
|
]
|
|
@@ -2834,17 +2707,6 @@ dependencies = [
|
|
|
"libc",
|
|
"libc",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "simplelog"
|
|
|
|
|
-version = "0.11.1"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "ecabc0118918611790b8615670ab79296272cbe09496b6884b02b1e929c20886"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "chrono",
|
|
|
|
|
- "log",
|
|
|
|
|
- "termcolor",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "slab"
|
|
name = "slab"
|
|
|
version = "0.4.5"
|
|
version = "0.4.5"
|
|
@@ -2940,7 +2802,7 @@ dependencies = [
|
|
|
"hashlink",
|
|
"hashlink",
|
|
|
"hex",
|
|
"hex",
|
|
|
"indexmap",
|
|
"indexmap",
|
|
|
- "itoa 1.0.1",
|
|
|
|
|
|
|
+ "itoa",
|
|
|
"libc",
|
|
"libc",
|
|
|
"libsqlite3-sys",
|
|
"libsqlite3-sys",
|
|
|
"log",
|
|
"log",
|
|
@@ -3070,22 +2932,11 @@ dependencies = [
|
|
|
"cfg-if 1.0.0",
|
|
"cfg-if 1.0.0",
|
|
|
"libc",
|
|
"libc",
|
|
|
"rand 0.8.4",
|
|
"rand 0.8.4",
|
|
|
- "redox_syscall 0.2.10",
|
|
|
|
|
|
|
+ "redox_syscall",
|
|
|
"remove_dir_all",
|
|
"remove_dir_all",
|
|
|
"winapi",
|
|
"winapi",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "term"
|
|
|
|
|
-version = "0.5.2"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "byteorder",
|
|
|
|
|
- "dirs 1.0.5",
|
|
|
|
|
- "winapi",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "termcolor"
|
|
name = "termcolor"
|
|
|
version = "1.1.2"
|
|
version = "1.1.2"
|
|
@@ -3103,7 +2954,7 @@ checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"libc",
|
|
"libc",
|
|
|
"numtoa",
|
|
"numtoa",
|
|
|
- "redox_syscall 0.2.10",
|
|
|
|
|
|
|
+ "redox_syscall",
|
|
|
"redox_termios",
|
|
"redox_termios",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
@@ -3235,12 +3086,6 @@ version = "1.8.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "unicode-width"
|
|
|
|
|
-version = "0.1.9"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "unicode-xid"
|
|
name = "unicode-xid"
|
|
|
version = "0.2.2"
|
|
version = "0.2.2"
|