[package] name = "metrics-jemalloc" version = "0.6.0" description = "A small shim to provide metrics from the jemalloc runtime" license = "MIT" repository = "https://gitlab.cronce.io/foss/metrics-jemalloc" authors = ["Mike Cronce "] edition = "2021" readme = "README.md" keywords = ["metrics", "jemalloc"] [dependencies] metrics = "0.23.0" tikv-jemalloc-ctl = { version = "0.6.0", features = ["stats"] } tokio = {version = "1.26.0", features = ["rt", "time"]} tracing = "0.1.37"