47 lines
715 B
TOML
47 lines
715 B
TOML
[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.13"
|
|
byteorder = "1.4"
|
|
clap = "2.33"
|
|
crc32c = "0.6"
|
|
data-encoding = "2.3"
|
|
duct = "0.13"
|
|
fixedbitset = "0.4"
|
|
futures = "0.3"
|
|
flate2 = "1.0"
|
|
io-uring = "0.4"
|
|
indicatif = "0.16"
|
|
libc = "0.2"
|
|
nix = "0.22"
|
|
nom = "6.2"
|
|
num_cpus = "1.13"
|
|
num-derive = "0.3"
|
|
num-traits = "0.2"
|
|
quick-xml = "0.22"
|
|
rand = "0.8"
|
|
safemem = "0.3"
|
|
tempfile = "3.2"
|
|
threadpool = "1.8"
|
|
thiserror = "1.0"
|
|
tui = "0.14"
|
|
termion = "1.5"
|
|
|
|
[dev-dependencies]
|
|
json = "0.12"
|
|
quickcheck = "0.9"
|
|
quickcheck_macros = "0.9"
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|
|
[features]
|
|
rust_tests = []
|