thin-provisioning-tools/Cargo.toml

42 lines
681 B
TOML
Raw Normal View History

[package]
name = "thinp"
version = "0.1.0"
authors = ["Joe Thornber <ejt@redhat.com>"]
edition = "2018"
license = "GPL3"
[dependencies]
atty = "0.2"
anyhow = "1.0"
base64 = "0.12"
byteorder = "1.3"
clap = "2.33"
crc32c = "0.4"
duct = "0.13"
2020-06-25 15:14:57 +05:30
fixedbitset = "0.3"
futures = "0.3"
flate2 = "1.0"
io-uring = "0.3"
2020-08-11 17:52:14 +05:30
indicatif = "0.15"
libc = "0.2.71"
nix = "0.17"
nom = { path = "/home/ejt/builds/nom/" }
num_cpus = "1.13"
num-derive = "0.3"
num-traits = "0.2"
quick-xml = "0.18"
rand = "0.7"
2020-06-26 21:14:47 +05:30
tempfile = "3.1"
threadpool = "1.8"
thiserror = "1.0"
2020-09-16 19:40:01 +05:30
tui = "0.10"
termion = "1.5"
[dev-dependencies]
json = "0.12"
quickcheck = "0.9"
quickcheck_macros = "0.9"
[profile.release]
debug = true