[package] name = "common-mem-prof" version.workspace = true edition.workspace = true license.workspace = true [dependencies] common-error = { workspace = true } snafu.workspace = true tempfile = "3.4" tokio.workspace = true [target.'cfg(not(windows))'.dependencies] tikv-jemalloc-ctl = { version = "0.5", features = ["use_std"] } [target.'cfg(not(windows))'.dependencies.tikv-jemalloc-sys] features = ["stats", "profiling", "unprefixed_malloc_on_supported_platforms"] version = "0.5"