"README.rst" did not exist on "bace1990ab123f998567b1f2e9584cfc5fc7948d"
Newer
Older
description = "A tool for benchmarking Mercurial"
repository = "https://foss.heptapod.net/octobus/megafine"
license = "MIT OR Apache-2.0"
dialoguer = { version = "0.9", default-features = false }
# TODO: use `std::thread::available_parallelism` when available
# https://github.com/rust-lang/rust/issues/74479
num_cpus = "1.13"
reqwest = { version = "0.11", features = ["blocking"] }
serde = { version = "1.0", features = ["derive"] }
zstd = { version = "0.9", features = ["zstdmt"] }