[package]
edition = "2015"
name = "jemallocator"
version = "0.3.2"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>", "Simon Sapin <simon.sapin@exyr.org>", "Steven Fackler <sfackler@gmail.com>"]
description = "A Rust allocator backed by jemalloc\n"
homepage = "https://github.com/gnzlbg/jemallocator"
documentation = "https://docs.rs/jemallocator"
readme = "README.md"
keywords = ["allocator", "jemalloc"]
categories = ["memory-management", "api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gnzlbg/jemallocator"
[package.metadata.docs.rs]
features = ["alloc_trait"]
rustdoc-args = ["--cfg", "jemallocator_docs"]
[lib]
test = false
bench = false
[dependencies.jemalloc-sys]
version = "0.3.2"
default-features = false
[dependencies.libc]
version = "^0.2.8"
default-features = false
[dev-dependencies.paste]
version = "0.1"
[features]
alloc_trait = []
background_threads = ["jemalloc-sys/background_threads"]
background_threads_runtime_support = ["jemalloc-sys/background_threads_runtime_support"]
debug = ["jemalloc-sys/debug"]
default = ["background_threads_runtime_support"]
disable_initial_exec_tls = ["jemalloc-sys/disable_initial_exec_tls"]
profiling = ["jemalloc-sys/profiling"]
stats = ["jemalloc-sys/stats"]
unprefixed_malloc_on_supported_platforms = ["jemalloc-sys/unprefixed_malloc_on_supported_platforms"]
[badges.appveyor]
repository = "gnzlbg/jemallocator"
[badges.codecov]
repository = "gnzlbg/jemallocator"
[badges.is-it-maintained-issue-resolution]
repository = "gnzlbg/jemallocator"
[badges.is-it-maintained-open-issues]
repository = "gnzlbg/jemallocator"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
repository = "gnzlbg/jemallocator"