[package]
name = "metrics-jemalloc"
version = "0.7.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 <mike@cronce.io>"]
edition = "2021"
readme = "README.md"
keywords = ["metrics", "jemalloc"]

[dependencies]
metrics = "0.24.1"
tikv-jemalloc-ctl = { version = "0.6.0", features = ["stats"] }
tokio = {version = "1.26.0", features = ["rt", "time"]}
tracing = "0.1.37"