]> git.proxmox.com Git - proxmox.git/blame - proxmox-sys/Cargo.toml
tfa: fix deserialize-default in TfaUser
[proxmox.git] / proxmox-sys / Cargo.toml
CommitLineData
840154f6
DM
1[package]
2name = "proxmox-sys"
50b79198 3version = "0.5.2"
64959d9a
FG
4authors.workspace = true
5edition.workspace = true
6license.workspace = true
7repository.workspace = true
840154f6
DM
8description = "System tools (using nix)."
9
64959d9a 10exclude.workspace = true
840154f6
DM
11
12[dependencies]
41892214
FG
13anyhow.workspace = true
14base64.workspace = true
15lazy_static.workspace = true
16libc.workspace = true
17log.workspace = true
18nix.workspace = true
8316fd38 19regex.workspace = true
41892214
FG
20serde_json.workspace = true
21serde = { workspace = true, features = [ "derive" ] }
22zstd = { workspace = true, optional = true}
840154f6 23
e5abc059
FG
24proxmox-io.workspace = true
25proxmox-lang.workspace = true
26proxmox-time.workspace = true
b0680753
DM
27
28[features]
29default = []
289d297c 30logrotate = ["dep:zstd"]
e2e7ea6d
WB
31acl = []
32crypt = []
33timer = []