[package]
edition = "2015"
name = "jemalloc-sys"
version = "0.3.2"
authors = ["Alex Crichton <alex@alexcrichton.com>", "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>"]
build = "build.rs"
links = "jemalloc"
description = "Rust FFI bindings to jemalloc\n"
homepage = "https://github.com/gnzlbg/jemallocator"
documentation = "https://docs.rs/jemallocator-sys"
readme = "README.md"
keywords = ["allocator", "jemalloc"]
license = "MIT/Apache-2.0"
repository = "https://github.com/gnzlbg/jemallocator"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "jemallocator_docs"]
[lib]
test = false
bench = false
[dependencies.libc]
version = "^0.2.8"
default-features = false
[build-dependencies.cc]
version = "^1.0.13"
[build-dependencies.fs_extra]
version = "^1.1"
[features]
background_threads = ["background_threads_runtime_support"]
background_threads_runtime_support = []
debug = []
default = ["background_threads_runtime_support"]
disable_initial_exec_tls = []
profiling = []
stats = []
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"