d6e86d670b
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
33 lines
789 B
TOML
33 lines
789 B
TOML
[package]
|
|
name = "proxmox-subscription"
|
|
description = "Proxmox subscription utilitites"
|
|
version = "0.4.6"
|
|
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
exclude.workspace = true
|
|
homepage.workspace = true
|
|
license.workspace = true
|
|
repository.workspace = true
|
|
rust-version.workspace = true
|
|
|
|
[dependencies]
|
|
anyhow.workspace = true
|
|
base64.workspace = true
|
|
hex.workspace = true
|
|
openssl.workspace = true
|
|
regex.workspace = true
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
|
|
proxmox-http = { workspace = true, features = ["client-trait", "http-helpers"] }
|
|
proxmox-serde.workspace = true
|
|
proxmox-sys.workspace = true
|
|
proxmox-time.workspace = true
|
|
|
|
proxmox-schema = { workspace = true, features = ["api-macro"], optional = true }
|
|
|
|
[features]
|
|
default = []
|
|
api-types = ["dep:proxmox-schema"]
|