[package]
edition = "2024"
rust-version = "1.92.0"
name = "ckb-memory-tracker"
version = "1.1.0"
authors = ["Nervos Core Dev <dev@nervos.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Track the memory usage of CKB"
homepage = "https://github.com/nervosnetwork/ckb"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nervosnetwork/ckb"
[features]
default = []
profiling = []
[lib]
name = "ckb_memory_tracker"
path = "src/lib.rs"
[dependencies.ckb-db]
version = "1"
[dependencies.ckb-logger]
version = "1"
[dependencies.ckb-metrics]
version = "1"
[target.'cfg(all(not(target_env = "msvc"), not(target_os="macos")))'.dependencies.jemalloc-ctl]
version = "0.5.0"
package = "tikv-jemalloc-ctl"
[target.'cfg(all(not(target_env = "msvc"), not(target_os="macos")))'.dependencies.jemalloc-sys]
version = "0.5.0"
package = "tikv-jemalloc-sys"
[target.'cfg(all(not(target_env = "msvc"), not(target_os="macos")))'.dependencies.libc]
version = "0.2"