]> git.proxmox.com Git - proxmox-backup.git/blame - proxmox-rrd/Cargo.toml
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / proxmox-rrd / Cargo.toml
CommitLineData
09340f28
DM
1[package]
2name = "proxmox-rrd"
3version = "0.1.0"
d1c3bc53 4authors = ["Proxmox Support Team <support@proxmox.com>"]
09340f28
DM
5edition = "2018"
6description = "Simple RRD database implementation."
7
82f5ad18 8[dev-dependencies]
b3f279e2 9proxmox-router = "1.1"
82f5ad18 10
09340f28
DM
11[dependencies]
12anyhow = "1.0"
13bitflags = "1.2.1"
0ca41155 14crossbeam-channel = "0.5"
98eb435d 15libc = "0.2"
3def6bfc 16log = "0.4"
1d44f175 17nix = "0.19.1"
1198f8d4
DM
18serde = { version = "1.0", features = ["derive"] }
19serde_json = "1.0"
20serde_cbor = "0.11.1"
09340f28 21
25877d05 22#proxmox = { version = "0.15.3" }
6ef1b649 23proxmox-time = "1"
1198f8d4 24proxmox-schema = { version = "1", features = [ "api-macro" ] }
25877d05 25proxmox-sys = "0.2"