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