2018-10-30 09:04:30 +00:00
|
|
|
[package]
|
|
|
|
name = "apitest"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
|
2018-11-01 13:42:27 +00:00
|
|
|
edition = "2018"
|
2018-10-30 09:40:05 +00:00
|
|
|
|
|
|
|
[lib]
|
2018-10-31 09:42:14 +00:00
|
|
|
name = "apitest"
|
2018-10-30 09:40:05 +00:00
|
|
|
path = "src/lib.rs"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dietmar Maurer <dietmar@proxmox.com>"]
|
|
|
|
|
|
|
|
|
2018-10-30 09:04:30 +00:00
|
|
|
[dependencies]
|
2018-10-31 09:42:14 +00:00
|
|
|
failure = "0.1.3"
|
|
|
|
serde = "1.0.80"
|
|
|
|
serde_json = "1.0.32"
|
2018-10-30 13:06:15 +00:00
|
|
|
serde_derive = "1.0.80"
|
2018-11-01 10:30:49 +00:00
|
|
|
url = "1.7.1"
|
2018-11-09 07:22:54 +00:00
|
|
|
futures = "0.1.25"
|
2018-11-10 11:06:39 +00:00
|
|
|
tokio = "0.1.11"
|
2018-11-10 14:12:45 +00:00
|
|
|
tokio-codec = "0.1.1"
|
2018-11-09 07:22:54 +00:00
|
|
|
http = "0.1.13"
|
|
|
|
hyper = "0.12.14"
|
2018-11-07 11:35:52 +00:00
|
|
|
lazy_static = "1.1.0"
|
|
|
|
regex = "1.0.6"
|
2018-12-07 10:00:34 +00:00
|
|
|
rust-crypto = "0.2.36"
|
2018-12-07 17:14:07 +00:00
|
|
|
nix = "0.12.0"
|
2018-12-11 13:21:05 +00:00
|
|
|
shellwords = "1.0.0"
|