jemalloc-sys 0.5.2+5.3.0-patched

Rust FFI bindings to jemalloc
Documentation
[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"
[build-dependencies.cc]
version = "^1.0.13"

[build-dependencies.fs_extra]
version = "^1.1"
[dependencies.libc]
default-features = false
version = "^0.2.8"

[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 = []

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>", "The TiKV Project Developers"]
build = "build.rs"
description = "Rust FFI bindings to jemalloc\n"
documentation = "https://docs.rs/jemallocator-sys"
edition = "2018"
homepage = "https://github.com/tikv/jemallocator"
keywords = ["allocator", "jemalloc"]
license = "MIT/Apache-2.0"
links = "jemalloc"
name = "jemalloc-sys"
readme = "README.md"
repository = "https://github.com/tikv/jemallocator"
version = "0.5.2+5.3.0-patched"
[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "jemallocator_docs"]