]> git.proxmox.com Git - proxmox-backup.git/blob - pbs-api-types/Cargo.toml
buildsys: drop hack that moved testing after dh_install
[proxmox-backup.git] / pbs-api-types / Cargo.toml
1 [package]
2 name = "pbs-api-types"
3 version = "0.1.0"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2018"
6 description = "general API type helpers for PBS"
7
8 [dependencies]
9 anyhow = "1.0"
10 hex = "0.4.3"
11 lazy_static = "1.4"
12 percent-encoding = "2.1"
13 regex = "1.2"
14 serde = { version = "1.0", features = ["derive"] }
15
16 proxmox-lang = "1.0.0"
17 proxmox-schema = { version = "1.0.1", features = [ "api-macro" ] }
18 proxmox-serde = "0.1"
19 proxmox-time = "1.1.1"
20 proxmox-uuid = { version = "1.0.0", features = [ "serde" ] }
21
22 [target.'cfg(not(target_arch="wasm32"))'.dependencies]
23 proxmox-sys = "0.2" # only needed for nodename()??
24 openssl = "0.10"