]> git.proxmox.com Git - proxmox-backup.git/blame - pbs-api-types/Cargo.toml
update to proxmox-sys 0.2 crate
[proxmox-backup.git] / pbs-api-types / Cargo.toml
CommitLineData
86fb3877
WB
1[package]
2name = "pbs-api-types"
3version = "0.1.0"
4authors = ["Proxmox Support Team <support@proxmox.com>"]
5edition = "2018"
6description = "general API type helpers for PBS"
7
8[dependencies]
751f6b61 9anyhow = "1.0"
c42a5479 10hex = "0.4.3"
86fb3877 11lazy_static = "1.4"
95f9d67c 12libc = "0.2"
eb5e0ae6
WB
13nix = "0.19.1"
14openssl = "0.10"
86fb3877 15regex = "1.2"
751f6b61 16serde = { version = "1.0", features = ["derive"] }
86fb3877 17
6ef1b649 18proxmox-lang = "1.0.0"
bfd12e87 19proxmox-schema = { version = "1.0.1", features = [ "api-macro" ] }
25877d05 20proxmox-serde = "0.1"
15cc41b6 21proxmox-time = "1.1"
6ef1b649 22proxmox-uuid = { version = "1.0.0", features = [ "serde" ] }
25877d05
DM
23
24proxmox-sys = "0.2" # only needed foör nodename()??