]> git.proxmox.com Git - proxmox.git/blame - proxmox-notify/Cargo.toml
notify: api: add API for sendmail endpoints
[proxmox.git] / proxmox-notify / Cargo.toml
CommitLineData
b8040a23
LW
1[package]
2name = "proxmox-notify"
3version = "0.1.0"
4authors.workspace = true
5edition.workspace = true
6license.workspace = true
7repository.workspace = true
8exclude.workspace = true
9
10[dependencies]
7c427526 11handlebars = { workspace = true, optional = true }
2726e68a
LW
12lazy_static.workspace = true
13log.workspace = true
14openssl.workspace = true
15proxmox-schema = { workspace = true, features = ["api-macro", "api-types"]}
16proxmox-section-config = { workspace = true }
7c427526 17proxmox-sys = { workspace = true, optional = true }
2726e68a 18regex.workspace = true
7c427526 19serde = { workspace = true, features = ["derive"]}
2726e68a 20serde_json.workspace = true
7c427526
LW
21
22[features]
23default = ["sendmail"]
24sendmail = ["dep:handlebars", "dep:proxmox-sys"]