[package] name = "ckb-memory-tracker" version = "0.120.0" authors = ["Nervos Core Dev "] edition = "2021" license = "MIT" description = "Track the memory usage of CKB." homepage = "https://github.com/nervosnetwork/ckb" repository = "https://github.com/nervosnetwork/ckb" [dependencies] ckb-logger = { path = "../logger", version = "= 0.120.0" } ckb-metrics = { path = "../metrics", version = "= 0.120.0" } ckb-db = { path = "../../db", version = "= 0.120.0" } [target.'cfg(all(not(target_env = "msvc"), not(target_os="macos")))'.dependencies] jemalloc-ctl = { package = "tikv-jemalloc-ctl", version = "0.5.0" } jemalloc-sys = { package = "tikv-jemalloc-sys", version = "0.5.0" } libc = "0.2" [features] default = [] profiling = []