proxmox/api-test/Cargo.toml
Wolfgang Bumiller 0eadf624e0 upgrade to tokio-0.2.0-alpha.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-08-20 12:22:13 +02:00

25 lines
641 B
TOML

[package]
name = "api-test"
edition = "2018"
version = "0.1.0"
authors = [
"Dietmar Maurer <dietmar@proxmox.com>",
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
]
[dependencies]
bytes = "0.4"
endian_trait = { version = "0.6", features = [ "arrays" ] }
failure = "0.1"
futures-preview = "0.3.0-alpha"
http = "0.1"
hyper = { version = "0.13.0-a.0", git = "https://github.com/hyperium/hyper" }
lazy_static = "1.3"
proxmox = { path = "../proxmox" }
regex = "1.1"
serde = "1.0"
serde_json = "1.0"
serde_plain = "0.3"
#tokio = { version = "0.2.0-alpha.2", git = "https://github.com/tokio-rs/tokio" }
tokio = { version = "0.2.0-alpha.2" }