proxmox/proxmox-metrics/Cargo.toml

24 lines
579 B
TOML
Raw Normal View History

[package]
name = "proxmox-metrics"
version = "0.2.1"
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Metrics Server export utilitites"
exclude.workspace = true
[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.7" }