forked from Proxmox/proxmox
notify: sort and group dependencies
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1ac8b7f652
commit
686453a28c
@ -15,18 +15,19 @@ lettre = { workspace = true, optional = true }
|
|||||||
log.workspace = true
|
log.workspace = true
|
||||||
mail-parser = { workspace = true, optional = true }
|
mail-parser = { workspace = true, optional = true }
|
||||||
openssl.workspace = true
|
openssl.workspace = true
|
||||||
proxmox-http = { workspace = true, features = ["client-sync"], optional = true }
|
|
||||||
proxmox-http-error.workspace = true
|
|
||||||
proxmox-human-byte.workspace = true
|
|
||||||
proxmox-serde.workspace = true
|
|
||||||
proxmox-schema = { workspace = true, features = ["api-macro", "api-types"]}
|
|
||||||
proxmox-section-config = { workspace = true }
|
|
||||||
proxmox-sys = { workspace = true, optional = true }
|
|
||||||
proxmox-time.workspace = true
|
|
||||||
regex.workspace = true
|
regex.workspace = true
|
||||||
serde = { workspace = true, features = ["derive"]}
|
serde = { workspace = true, features = ["derive"]}
|
||||||
serde_json.workspace = true
|
serde_json.workspace = true
|
||||||
|
|
||||||
|
proxmox-http = { workspace = true, features = ["client-sync"], optional = true }
|
||||||
|
proxmox-http-error.workspace = true
|
||||||
|
proxmox-human-byte.workspace = true
|
||||||
|
proxmox-schema = { workspace = true, features = ["api-macro", "api-types"]}
|
||||||
|
proxmox-section-config = { workspace = true }
|
||||||
|
proxmox-serde.workspace = true
|
||||||
|
proxmox-sys = { workspace = true, optional = true }
|
||||||
|
proxmox-time.workspace = true
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["sendmail", "gotify", "smtp"]
|
default = ["sendmail", "gotify", "smtp"]
|
||||||
mail-forwarder = ["dep:mail-parser"]
|
mail-forwarder = ["dep:mail-parser"]
|
||||||
|
Loading…
Reference in New Issue
Block a user