]> git.proxmox.com Git - proxmox-backup.git/blob - proxmox-rrd/Cargo.toml
tree-wide: bump edition to 2021
[proxmox-backup.git] / proxmox-rrd / Cargo.toml
1 [package]
2 name = "proxmox-rrd"
3 version = "0.1.0"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2021"
6 license = "AGPL-3"
7 description = "Simple RRD database implementation."
8
9 [dev-dependencies]
10 proxmox-router = "1.2.4"
11
12 [dependencies]
13 anyhow = "1.0"
14 bitflags = "1.2.1"
15 crossbeam-channel = "0.5"
16 libc = "0.2"
17 log = "0.4.17"
18 nix = "0.24"
19 serde = { version = "1.0", features = ["derive"] }
20 serde_json = "1.0"
21 serde_cbor = "0.11.1"
22
23 #proxmox = { version = "0.15.3" }
24 proxmox-time = "1"
25 proxmox-schema = { version = "1.3.1", features = [ "api-macro" ] }
26 proxmox-sys = "0.4.1"