[package] name = "gasket-prometheus" version = "0.8.0" edition = "2021" description = "Prometheus metric exporter for the Gasket framework" repository = "https://github.com/construkts/gasket-rs" homepage = "https://github.com/construkts/gasket-rs" documentation = "https://docs.rs/gasket" license = "Apache-2.0" readme = "../README.md" authors = ["Santiago Carmuega "] [dependencies] gasket = { version = "0.8.0", path = "../gasket" } prometheus_exporter_base = { version = "1.4.0", features = ["hyper_server"] }