[package] name = "epimetheus" description = "An easy-to-use prometheus-compatible metrics framework" version = "0.8.0" authors = ["Alex Sayers "] edition = "2018" license = "Unlicense" readme = "README.md" repository = "https://git.sr.ht/~asayers/epimetheus" keywords = ["prometheus", "metrics"] [dependencies] crossbeam-channel = "0.5" once_cell = "1.8" tracing = "0.1" [dev-dependencies] tracing-subscriber = "0.3"