]> git.proxmox.com Git - proxmox-backup.git/blame - Cargo.toml
fix tests
[proxmox-backup.git] / Cargo.toml
CommitLineData
d8d978eb
DM
1[package]
2name = "apitest"
3version = "0.1.0"
4authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
763220ce 5edition = "2018"
d6a4ba71
DM
6
7[lib]
886e5ce8 8name = "apitest"
d6a4ba71
DM
9path = "src/lib.rs"
10version = "0.1.0"
11authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
12
13
d8d978eb 14[dependencies]
886e5ce8 15failure = "0.1.3"
886e5ce8
DM
16serde = "1.0.80"
17serde_json = "1.0.32"
4c488a9d 18serde_derive = "1.0.80"
28e47cea 19url = "1.7.1"
b82472c0 20futures = "0.1.25"
805aec15 21tokio = "0.1.11"
3c1d7afc 22tokio-codec = "0.1.1"
b82472c0
DM
23http = "0.1.13"
24hyper = "0.12.14"
d46287e0
DM
25lazy_static = "1.1.0"
26regex = "1.0.6"
91a597cc 27rust-crypto = "0.2.36"
08481a0b 28libc = "0.2"
45773720 29nix = "0.12.0"
d13e3745
DM
30shellwords = "1.0.0"
31uuid = { version = "0.7", features = ["v4"] }
4818c8b6 32chrono = "0.4.6" # Date and time library for Rust
d13e3745 33