]> git.proxmox.com Git - proxmox-backup.git/blame - Cargo.toml
image_index.rs:write idx of chunks (use mmap)
[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"
45773720 28nix = "0.12.0"
b6e8dd39 29shellwords = "1.0.0"