|
|
|
|
@ -63,12 +63,6 @@ version = "1.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "cfg-if" |
|
|
|
|
version = "0.1.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "cfg-if" |
|
|
|
|
version = "1.0.0" |
|
|
|
|
@ -226,7 +220,7 @@ version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if 1.0.0", |
|
|
|
|
"cfg-if", |
|
|
|
|
"libc", |
|
|
|
|
"wasi", |
|
|
|
|
] |
|
|
|
|
@ -277,18 +271,6 @@ dependencies = [
|
|
|
|
|
"hashbrown", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "isatty" |
|
|
|
|
version = "0.1.9" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "e31a8281fc93ec9693494da65fbf28c0c2aa60a2eaec25dc58e2f31952e95edc" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if 0.1.10", |
|
|
|
|
"libc", |
|
|
|
|
"redox_syscall 0.1.57", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "lazy_static" |
|
|
|
|
version = "1.4.0" |
|
|
|
|
@ -307,7 +289,7 @@ version = "0.4.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if 1.0.0", |
|
|
|
|
"cfg-if", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
@ -315,12 +297,12 @@ name = "lowcharts"
|
|
|
|
|
version = "0.3.2" |
|
|
|
|
dependencies = [ |
|
|
|
|
"assert_cmd", |
|
|
|
|
"atty", |
|
|
|
|
"chrono", |
|
|
|
|
"clap", |
|
|
|
|
"derive_builder", |
|
|
|
|
"float_eq", |
|
|
|
|
"humantime", |
|
|
|
|
"isatty", |
|
|
|
|
"log", |
|
|
|
|
"predicates", |
|
|
|
|
"regex", |
|
|
|
|
@ -483,12 +465,6 @@ dependencies = [
|
|
|
|
|
"rand_core", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "redox_syscall" |
|
|
|
|
version = "0.1.57" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "redox_syscall" |
|
|
|
|
version = "0.2.6" |
|
|
|
|
@ -567,10 +543,10 @@ version = "3.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if 1.0.0", |
|
|
|
|
"cfg-if", |
|
|
|
|
"libc", |
|
|
|
|
"rand", |
|
|
|
|
"redox_syscall 0.2.6", |
|
|
|
|
"redox_syscall", |
|
|
|
|
"remove_dir_all", |
|
|
|
|
"winapi", |
|
|
|
|
] |
|
|
|
|
|