[badges.codecov]
repository = "tikv/jemallocator"
[badges.is-it-maintained-issue-resolution]
repository = "tikv/jemallocator"
[badges.is-it-maintained-open-issues]
repository = "tikv/jemallocator"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
repository = "tikv/jemallocator"
[dependencies.libc]
default-features = false
version = "0.2"
[dependencies.paste]
version = "1"
[dependencies.tikv-jemalloc-sys]
version = "0.6.0"
[dev-dependencies.tikv-jemallocator]
version = "0.6.0"
[features]
default = []
disable_initial_exec_tls = ["tikv-jemalloc-sys/disable_initial_exec_tls"]
profiling = ["tikv-jemalloc-sys/profiling"]
stats = ["tikv-jemalloc-sys/stats"]
use_std = ["libc/use_std"]
[package]
authors = ["Steven Fackler <sfackler@gmail.com>", "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>", "The TiKV Project Developers"]
categories = ["memory-management", "api-bindings", "development-tools"]
description = """
A safe wrapper over jemalloc's control and introspection APIs
"""
documentation = "https://docs.rs/tikv-jemalloc-ctl"
edition = "2018"
homepage = "https://github.com/tikv/jemallocator"
keywords = ["allocator", "jemalloc"]
license = "MIT/Apache-2.0"
name = "tikv-jemalloc-ctl"
readme = "README.md"
repository = "https://github.com/tikv/jemallocator"
version = "0.6.0"
[package.metadata.docs.rs]
features = ["stats", "profiling", "use_std"]
rustdoc-args = ["--cfg", "jemallocator_docs"]