2020-06-09 13:45:00 +05:30
|
|
|
[package]
|
|
|
|
name = "thinp"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Joe Thornber <ejt@redhat.com>"]
|
|
|
|
edition = "2018"
|
|
|
|
license = "GPL3"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-06-24 18:02:47 +05:30
|
|
|
anyhow = "1.0"
|
2020-06-09 13:45:00 +05:30
|
|
|
byteorder = "1.3"
|
|
|
|
clap = "2.33"
|
|
|
|
crc32c = "0.4"
|
|
|
|
flate2 = "1.0"
|
2020-06-25 15:14:57 +05:30
|
|
|
fixedbitset = "0.3"
|
2020-06-09 13:45:00 +05:30
|
|
|
libc = "0.2.71"
|
2020-06-24 18:02:47 +05:30
|
|
|
quick-xml = "0.18"
|
2020-06-10 19:08:42 +05:30
|
|
|
nix = "0.17"
|
2020-06-09 13:45:00 +05:30
|
|
|
nom = "5.1"
|
|
|
|
num_cpus = "1.13"
|
|
|
|
rand = "0.7"
|
2020-06-26 21:14:47 +05:30
|
|
|
tempfile = "3.1"
|
2020-06-09 13:45:00 +05:30
|
|
|
num-traits = "0.2"
|
|
|
|
num-derive = "0.3"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
quickcheck = "0.9"
|
|
|
|
quickcheck_macros = "0.9"
|