|
|
|
@ -110,6 +110,7 @@ dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"log",
|
|
|
|
|
|
|
|
"mimalloc",
|
|
|
|
"pretty_assertions",
|
|
|
|
"pretty_assertions",
|
|
|
|
"pretty_env_logger",
|
|
|
|
"pretty_env_logger",
|
|
|
|
"regex",
|
|
|
|
"regex",
|
|
|
|
@ -178,6 +179,15 @@ version = "0.2.99"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
|
|
|
|
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "libmimalloc-sys"
|
|
|
|
|
|
|
|
version = "0.1.22"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "1d1b8479c593dba88c2741fc50b92e13dbabbbe0bd504d979f244ccc1a5b1c01"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"cc",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
|
|
|
name = "log"
|
|
|
|
version = "0.4.14"
|
|
|
|
version = "0.4.14"
|
|
|
|
@ -193,6 +203,15 @@ version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
|
|
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
|
|
|
name = "mimalloc"
|
|
|
|
|
|
|
|
version = "0.1.26"
|
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
checksum = "fb74897ce508e6c49156fd1476fc5922cbc6e75183c65e399c765a09122e5130"
|
|
|
|
|
|
|
|
dependencies = [
|
|
|
|
|
|
|
|
"libmimalloc-sys",
|
|
|
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
|
|
|
name = "output_vt100"
|
|
|
|
version = "0.1.2"
|
|
|
|
version = "0.1.2"
|
|
|
|
|