b446456aa5
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
23 lines
567 B
TOML
23 lines
567 B
TOML
[package]
|
|
name = "proxmox-metrics"
|
|
version = "0.2.0"
|
|
authors = ["Proxmox Support Team <support@proxmox.com>"]
|
|
edition = "2018"
|
|
license = "AGPL-3"
|
|
description = "Metrics Server export utilitites"
|
|
|
|
exclude = [ "debian" ]
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
futures = "0.3"
|
|
http = "0.2"
|
|
hyper = "0.14"
|
|
openssl = "0.10"
|
|
serde = "1.0"
|
|
serde_json = "1.0"
|
|
tokio = { version = "1.0", features = [ "net", "sync" ] }
|
|
|
|
proxmox-async = { path = "../proxmox-async", features = [], version = "0.4" }
|
|
proxmox-http = { path = "../proxmox-http", features = [ "client" ], version = "0.6" }
|