[package] name = "hotmic-stdout" version = "0.1.0" authors = ["Toby Lawrence "] edition = "2018" license = "MIT" description = "a stdout exporter for hotmic" homepage = "https://github.com/nuclearfurnace/hotmic-stdout" repository = "https://github.com/nuclearfurnace/hotmic-stdout" documentation = "https://docs.rs/hotmic-stdout" readme = "README.md" keywords = ["metrics", "telemetry", "histogram", "counter", "gauge"] [profile.release] debug = true opt-level = 3 lto = true [dependencies] hotmic = "^0.8" log = "^0.4"