]> git.proxmox.com Git - proxmox.git/blob - proxmox-metrics/Cargo.toml
api-macro: make skip_serializing_if without default an error
[proxmox.git] / proxmox-metrics / Cargo.toml
1 [package]
2 name = "proxmox-metrics"
3 version = "0.3.0"
4 authors.workspace = true
5 edition.workspace = true
6 license.workspace = true
7 repository.workspace = true
8 description = "Metrics Server export utilitites"
9
10 exclude.workspace = true
11
12 [dependencies]
13 anyhow.workspace = true
14 futures.workspace = true
15 http.workspace = true
16 hyper.workspace = true
17 openssl.workspace = true
18 serde.workspace = true
19 serde_json.workspace = true
20 tokio = { workspace = true, features = [ "net", "sync" ] }
21
22 proxmox-async.workspace = true
23 proxmox-http = { workspace = true, features = [ "client" ] }