[package]
name = "jemalloc-ctl"
version = "0.2.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
description = "jemalloc control and introspection"
readme = "README.md"
keywords = ["jemalloc", "allocators"]
categories = ["api-bindings", "development-tools", "memory-management"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/jemalloc-ctl"
[dependencies.jemalloc-sys]
version = "0.1.7"
default-features = false
[dependencies.libc]
version = "0.2"
[dev-dependencies.jemallocator]
version = "0.1.7"