]> git.proxmox.com Git - proxmox.git/blob - proxmox-metrics/Cargo.toml
metrics: bump async dep to 0.4
[proxmox.git] / proxmox-metrics / Cargo.toml
1 [package]
2 name = "proxmox-metrics"
3 version = "0.1.0"
4 authors = ["Proxmox Support Team <support@proxmox.com>"]
5 edition = "2018"
6 license = "AGPL-3"
7 description = "Metrics Server export utilitites"
8
9 exclude = [ "debian" ]
10
11 [dependencies]
12 anyhow = "1.0"
13 tokio = { version = "1.0", features = [ "net", "sync" ] }
14 futures = "0.3"
15 serde = "1.0"
16 serde_json = "1.0"
17 http = "0.2"
18 hyper = "0.14"
19 openssl = "0.10"
20 proxmox-http = { path = "../proxmox-http", features = [ "client" ], version = "0.6" }
21 proxmox-async = { path = "../proxmox-async", features = [], version = "0.4" }