jemallocator 0.3.2

A Rust allocator backed by jemalloc
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"