|
|
@@ -852,12 +852,6 @@ dependencies = [
|
|
|
"serde_json",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "cassowary"
|
|
|
-version = "0.3.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "cc"
|
|
|
version = "1.0.79"
|
|
|
@@ -1092,19 +1086,6 @@ dependencies = [
|
|
|
"toml 0.5.11",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "console"
|
|
|
-version = "0.15.7"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
|
|
|
-dependencies = [
|
|
|
- "encode_unicode 0.3.6",
|
|
|
- "lazy_static",
|
|
|
- "libc",
|
|
|
- "unicode-width",
|
|
|
- "windows-sys 0.45.0",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "const-cstr"
|
|
|
version = "0.3.0"
|
|
|
@@ -1399,31 +1380,6 @@ dependencies = [
|
|
|
"cfg-if",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "crossterm"
|
|
|
-version = "0.25.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "e64e6c0fbe2c17357405f7c758c1ef960fce08bdfb2c03d88d2a18d7e09c4b67"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
- "crossterm_winapi",
|
|
|
- "libc",
|
|
|
- "mio",
|
|
|
- "parking_lot 0.12.1",
|
|
|
- "signal-hook",
|
|
|
- "signal-hook-mio",
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "crossterm_winapi"
|
|
|
-version = "0.9.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
|
|
-dependencies = [
|
|
|
- "winapi",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "crunchy"
|
|
|
version = "0.2.2"
|
|
|
@@ -1579,7 +1535,6 @@ dependencies = [
|
|
|
"futures",
|
|
|
"halo2_gadgets",
|
|
|
"halo2_proofs",
|
|
|
- "indicatif",
|
|
|
"itertools 0.10.5",
|
|
|
"lazy_static",
|
|
|
"libc",
|
|
|
@@ -2294,29 +2249,6 @@ dependencies = [
|
|
|
"libloading 0.8.0",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "dnetview"
|
|
|
-version = "0.4.1"
|
|
|
-dependencies = [
|
|
|
- "async-channel",
|
|
|
- "async-std",
|
|
|
- "clap 4.3.10",
|
|
|
- "darkfi",
|
|
|
- "easy-parallel",
|
|
|
- "hex",
|
|
|
- "libsqlite3-sys",
|
|
|
- "log",
|
|
|
- "rand 0.8.5",
|
|
|
- "serde",
|
|
|
- "serde_json",
|
|
|
- "simplelog",
|
|
|
- "smol",
|
|
|
- "termion 2.0.1",
|
|
|
- "thiserror",
|
|
|
- "tui",
|
|
|
- "url",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "downcast-rs"
|
|
|
version = "1.2.0"
|
|
|
@@ -2482,12 +2414,6 @@ dependencies = [
|
|
|
"zeroize",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "encode_unicode"
|
|
|
-version = "0.3.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "encode_unicode"
|
|
|
version = "1.0.0"
|
|
|
@@ -3352,19 +3278,6 @@ dependencies = [
|
|
|
"hashbrown 0.14.0",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "indicatif"
|
|
|
-version = "0.17.5"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8ff8cc23a7393a397ed1d7f56e6365cba772aba9f9912ab968b03043c395d057"
|
|
|
-dependencies = [
|
|
|
- "console",
|
|
|
- "instant",
|
|
|
- "number_prefix",
|
|
|
- "portable-atomic",
|
|
|
- "unicode-width",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "indoc"
|
|
|
version = "1.0.9"
|
|
|
@@ -3755,18 +3668,6 @@ dependencies = [
|
|
|
"simd-adler32",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "mio"
|
|
|
-version = "0.8.8"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "log",
|
|
|
- "wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
- "windows-sys 0.48.0",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "more-asserts"
|
|
|
version = "0.2.2"
|
|
|
@@ -3997,18 +3898,6 @@ dependencies = [
|
|
|
"libc",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "number_prefix"
|
|
|
-version = "0.4.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "numtoa"
|
|
|
-version = "0.1.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "object"
|
|
|
version = "0.31.1"
|
|
|
@@ -4486,12 +4375,6 @@ dependencies = [
|
|
|
"universal-hash",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "portable-atomic"
|
|
|
-version = "1.3.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "767eb9f07d4a5ebcb39bbf2d452058a93c011373abf6832e24194a1c3f004794"
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "postage"
|
|
|
version = "0.5.0"
|
|
|
@@ -4520,7 +4403,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a"
|
|
|
dependencies = [
|
|
|
"csv",
|
|
|
- "encode_unicode 1.0.0",
|
|
|
+ "encode_unicode",
|
|
|
"is-terminal",
|
|
|
"lazy_static",
|
|
|
"term",
|
|
|
@@ -4840,15 +4723,6 @@ dependencies = [
|
|
|
"bitflags 1.3.2",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "redox_termios"
|
|
|
-version = "0.1.2"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "8440d8acb4fd3d277125b4bd01a6f38aee8d814b3b5fc09b3f2b825d37d3fe8f"
|
|
|
-dependencies = [
|
|
|
- "redox_syscall 0.2.16",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "redox_users"
|
|
|
version = "0.4.3"
|
|
|
@@ -5455,17 +5329,6 @@ dependencies = [
|
|
|
"signal-hook",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "signal-hook-mio"
|
|
|
-version = "0.2.3"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "mio",
|
|
|
- "signal-hook",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "signal-hook-registry"
|
|
|
version = "1.4.1"
|
|
|
@@ -5976,30 +5839,6 @@ dependencies = [
|
|
|
"winapi-util",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "termion"
|
|
|
-version = "1.5.6"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "077185e2eac69c3f8379a4298e1e07cd36beb962290d4a51199acf0fdc10607e"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "numtoa",
|
|
|
- "redox_syscall 0.2.16",
|
|
|
- "redox_termios",
|
|
|
-]
|
|
|
-
|
|
|
-[[package]]
|
|
|
-name = "termion"
|
|
|
-version = "2.0.1"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "659c1f379f3408c7e5e84c7d0da6d93404e3800b6b9d063ba24436419302ec90"
|
|
|
-dependencies = [
|
|
|
- "libc",
|
|
|
- "numtoa",
|
|
|
- "redox_syscall 0.2.16",
|
|
|
- "redox_termios",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "textwrap"
|
|
|
version = "0.11.0"
|
|
|
@@ -6869,20 +6708,6 @@ version = "0.17.1"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "375812fa44dab6df41c195cd2f7fecb488f6c09fbaafb62807488cefab642bff"
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "tui"
|
|
|
-version = "0.19.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "ccdd26cbd674007e649a272da4475fb666d3aa0ad0531da7136db6fab0e5bad1"
|
|
|
-dependencies = [
|
|
|
- "bitflags 1.3.2",
|
|
|
- "cassowary",
|
|
|
- "crossterm",
|
|
|
- "termion 1.5.6",
|
|
|
- "unicode-segmentation",
|
|
|
- "unicode-width",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "typed-index-collections"
|
|
|
version = "3.1.0"
|
|
|
@@ -7048,7 +6873,6 @@ dependencies = [
|
|
|
"ctrlc",
|
|
|
"darkfi",
|
|
|
"darkfi-sdk",
|
|
|
- "indicatif",
|
|
|
"rand 0.8.5",
|
|
|
"rayon",
|
|
|
]
|
|
|
@@ -7499,15 +7323,6 @@ dependencies = [
|
|
|
"windows_x86_64_msvc 0.33.0",
|
|
|
]
|
|
|
|
|
|
-[[package]]
|
|
|
-name = "windows-sys"
|
|
|
-version = "0.45.0"
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
-dependencies = [
|
|
|
- "windows-targets 0.42.2",
|
|
|
-]
|
|
|
-
|
|
|
[[package]]
|
|
|
name = "windows-sys"
|
|
|
version = "0.48.0"
|