Cargo.toml: sort dependencies

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
Wolfgang Bumiller 2020-08-12 09:30:22 +02:00
parent 27258ee3f3
commit 4474d57de5

View File

@ -15,18 +15,17 @@ crate-type = ['lib', 'cdylib', 'staticlib']
cbindgen = "0.14.2"
[dependencies]
libc = "0.2"
anyhow = "1.0"
bytes = "0.5"
chrono = "0.4" # Date and time library for Rust
futures = "0.3"
h2 = { version = "0.2", features = ["stream"] }
lazy_static = "1.4"
libc = "0.2"
once_cell = "1.3.1"
openssl = "0.10"
proxmox = { version = "0.2", features = [ "sortable-macro", "api-macro" ] }
proxmox-backup = { git = "git://git.proxmox.com/git/proxmox-backup.git", tag = "v0.8.8" }
#proxmox-backup = { path = "../proxmox-backup" }
chrono = "0.4" # Date and time library for Rust
anyhow = "1.0"
futures = "0.3"
serde_json = "1.0"
tokio = { version = "0.2.9", features = [ "blocking", "fs", "io-util", "macros", "rt-threaded", "signal", "stream", "tcp", "time", "uds" ] }
openssl = "0.10"
h2 = { version = "0.2", features = ["stream"] }
lazy_static = "1.4"
once_cell = "1.3.1"