2019-03-06 09:16:35 +00:00
|
|
|
[package]
|
|
|
|
name = "proxmox-protocol"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = [
|
|
|
|
"Dietmar Maurer <dietmar@proxmox.com>",
|
|
|
|
"Wolfgang Bumiller <w.bumiller@proxmox.com>",
|
|
|
|
]
|
|
|
|
edition = "2018"
|
|
|
|
|
2019-03-07 12:50:27 +00:00
|
|
|
[lib]
|
|
|
|
crate-type = ['lib', 'cdylib']
|
|
|
|
|
2019-03-06 09:16:35 +00:00
|
|
|
[dependencies]
|
|
|
|
chrono = "0.4"
|
2019-04-23 12:23:36 +00:00
|
|
|
endian_trait = { version = "0.6", features = ["arrays"] }
|
2019-03-15 11:35:24 +00:00
|
|
|
errno = "0.2"
|
2019-03-06 09:16:35 +00:00
|
|
|
failure = "0.1"
|
2019-03-07 13:36:57 +00:00
|
|
|
libc = "0.2"
|
2019-03-06 09:16:35 +00:00
|
|
|
openssl = "0.10"
|
2019-03-15 11:33:51 +00:00
|
|
|
serde_json = "1.0"
|
|
|
|
url = "1.7"
|