[package] name = "hesione" description = "A Prometheus client" readme = "README.md" documentation = "https://docs.rs/hesione" homepage = "https://forge.typ3.tech/charles/hesione" repository = "https://forge.typ3.tech/charles/hesione" license = "MIT OR Apache-2.0" keywords = [ "instrumentation", "metrics", "monitoring", "prometheus", ] categories = [ "development-tools", "development-tools::debugging", "development-tools::profiling", "encoding", "visualization", ] version = "0.1.1" edition = "2018" authors = [ "Charles Hall ", ] [dependencies] hesione_macros = { version = "0.1", path = "../macros" } hesione_shared = { version = "0.1", path = "../shared" } atomic-traits = "0.3" num-traits = "0.2" once_cell = "1.8" parking_lot = "0.11" regex = "1.5" thiserror = "1"