proxmox/proxmox-tools/Cargo.toml
Wolfgang Bumiller aadb47a292 update nix to 0.15 for mkdirat
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-08-21 11:51:45 +02:00

30 lines
652 B
TOML

[package]
name = "proxmox-tools"
edition = "2018"
version = "0.1.0"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
]
[dependencies]
base64 = "0.10"
chrono = "0.4"
endian_trait = { version = "0.6", features = ["arrays"] }
failure = "0.1"
lazy_static = "1.3"
libc = "0.2"
nix = "0.15"
regex = "1.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
valgrind_request = { version = "1.1.0", optional = true }
[features]
default = []
valgrind = [ "valgrind_request" ]
# Docs should be able to reference the proxmox crate.
[dev-dependencies]
proxmox = { path = "../proxmox" }