5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2025-01-07 17:18:03 +03:00
proxmox-backup/Cargo.toml

34 lines
637 B
TOML
Raw Normal View History

2018-10-30 12:04:30 +03:00
[package]
name = "apitest"
version = "0.1.0"
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
edition = "2018"
2018-10-30 12:40:05 +03:00
[lib]
2018-10-31 12:42:14 +03:00
name = "apitest"
2018-10-30 12:40:05 +03:00
path = "src/lib.rs"
version = "0.1.0"
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
2018-10-30 12:04:30 +03:00
[dependencies]
2018-10-31 12:42:14 +03:00
failure = "0.1.3"
serde = "1.0.80"
serde_json = "1.0.32"
2018-10-30 16:06:15 +03:00
serde_derive = "1.0.80"
2018-11-01 13:30:49 +03:00
url = "1.7.1"
2018-11-09 10:22:54 +03:00
futures = "0.1.25"
2018-11-10 14:06:39 +03:00
tokio = "0.1.11"
tokio-codec = "0.1.1"
2018-11-09 10:22:54 +03:00
http = "0.1.13"
hyper = "0.12.14"
2018-11-07 14:35:52 +03:00
lazy_static = "1.1.0"
regex = "1.0.6"
2018-12-07 13:00:34 +03:00
rust-crypto = "0.2.36"
2018-12-19 11:51:33 +03:00
libc = "0.2"
nix = "0.12.0"
2018-12-15 19:05:49 +03:00
shellwords = "1.0.0"
uuid = { version = "0.7", features = ["v4"] }
2018-12-16 16:44:44 +03:00
chrono = "0.4.6" # Date and time library for Rust
2018-12-15 19:05:49 +03:00