burp_exporter/Cargo.toml

32 lines
641 B
TOML

[package]
name = "burp_exporter"
version = "0.1.0"
authors = ["Dustin C. Hatch <dustin@hatch.name>"]
license = "MIT OR Apache-2.0"
edition = "2021"
[dependencies]
argh = "^0.1.7"
openssl = "^0.10.38"
gethostname = "^0.2.2"
serde_json = "1.0.78"
tokio-native-tls = "^0.3.0"
toml = "^0.5.8"
tracing = "^0.1.30"
[dependencies.prometheus_exporter_base]
version = "^1.3.0"
features = ["hyper_server"]
[dependencies.serde]
version = "^1.0.136"
features = ["derive"]
[dependencies.tokio]
version = "^1.16.1"
features = ["io-util", "macros", "net", "rt", "signal"]
[dependencies.tracing-subscriber]
version = "^0.3.8"
features = ["env-filter"]