]> git.proxmox.com Git - proxmox.git/blame - proxmox-subscription/Cargo.toml
bump proxmox-auth-api to 0.3.3
[proxmox.git] / proxmox-subscription / Cargo.toml
CommitLineData
4ec9a818
FG
1[package]
2name = "proxmox-subscription"
eadf2e06 3version = "0.4.2"
64959d9a
FG
4authors.workspace = true
5edition.workspace = true
6license.workspace = true
7repository.workspace = true
4ec9a818
FG
8description = "Proxmox subscription utilitites"
9
64959d9a 10exclude.workspace = true
4ec9a818
FG
11
12[dependencies]
41892214
FG
13anyhow.workspace = true
14base64.workspace = true
15hex.workspace = true
16lazy_static.workspace = true
17openssl.workspace = true
8316fd38 18regex.workspace = true
41892214
FG
19serde.workspace = true
20serde_json.workspace = true
4ec9a818 21
e5abc059
FG
22proxmox-http = { workspace = true, features = ["client-trait", "http-helpers"] }
23proxmox-serde.workspace = true
24proxmox-sys.workspace = true
25proxmox-time.workspace = true
4ec9a818 26
e5abc059 27proxmox-schema = { workspace = true, features = ["api-macro"], optional = true }
4ec9a818
FG
28
29[features]
30default = []
289d297c 31api-types = ["dep:proxmox-schema"]