]> git.proxmox.com Git - proxmox.git/blob - proxmox-metrics/Cargo.toml
move common metadata to workspace
[proxmox.git] / proxmox-metrics / Cargo.toml
1 [package]
2 name = "proxmox-metrics"
3 version = "0.2.1"
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 = "1.0"
14 futures = "0.3"
15 http = "0.2"
16 hyper = "0.14"
17 openssl = "0.10"
18 serde = "1.0"
19 serde_json = "1.0"
20 tokio = { version = "1.0", features = [ "net", "sync" ] }
21
22 proxmox-async = { path = "../proxmox-async", features = [], version = "0.4" }
23 proxmox-http = { path = "../proxmox-http", features = [ "client" ], version = "0.7" }