tikv-jemallocator 0.7.0

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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2018"
name = "tikv-jemallocator"
version = "0.7.0"
authors = [
    "Alex Crichton <alex@alexcrichton.com>",
    "Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>",
    "Simon Sapin <simon.sapin@exyr.org>",
    "Steven Fackler <sfackler@gmail.com>",
    "The TiKV Project Developers",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A Rust allocator backed by jemalloc
"""
homepage = "https://github.com/tikv/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/tikv/jemallocator"

[package.metadata.docs.rs]
features = []
rustdoc-args = [
    "--cfg",
    "jemallocator_docs",
]

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

[badges.travis-ci]
repository = "tikv/jemallocator"

[features]
alloc_trait = []
background_threads = ["tikv-jemalloc-sys/background_threads"]
background_threads_runtime_support = ["tikv-jemalloc-sys/background_threads_runtime_support"]
debug = ["tikv-jemalloc-sys/debug"]
default = ["background_threads_runtime_support"]
disable_cache_oblivious = ["tikv-jemalloc-sys/disable_cache_oblivious"]
disable_initial_exec_tls = ["tikv-jemalloc-sys/disable_initial_exec_tls"]
override_allocator_on_supported_platforms = [
    "unprefixed_malloc_on_supported_platforms",
    "tikv-jemalloc-sys/override_allocator_on_supported_platforms",
]
profiling = ["tikv-jemalloc-sys/profiling"]
profiling_libunwind = [
    "tikv-jemalloc-sys/profiling_libunwind",
    "profiling",
]
stats = ["tikv-jemalloc-sys/stats"]
unprefixed_malloc_on_supported_platforms = ["tikv-jemalloc-sys/unprefixed_malloc_on_supported_platforms"]

[lib]
name = "tikv_jemallocator"
path = "src/lib.rs"
test = false
bench = false

[[test]]
name = "background_thread_defaults"
path = "tests/background_thread_defaults.rs"

[[test]]
name = "background_thread_enabled"
path = "tests/background_thread_enabled.rs"

[[test]]
name = "ffi"
path = "tests/ffi.rs"
required-features = ["stats"]

[[test]]
name = "grow_in_place"
path = "tests/grow_in_place.rs"

[[test]]
name = "malloctl"
path = "tests/malloctl.rs"

[[test]]
name = "shrink_in_place"
path = "tests/shrink_in_place.rs"

[[test]]
name = "smoke"
path = "tests/smoke.rs"

[[test]]
name = "smoke_ffi"
path = "tests/smoke_ffi.rs"

[[test]]
name = "usable_size"
path = "tests/usable_size.rs"

[[bench]]
name = "roundtrip"
path = "benches/roundtrip.rs"

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

[dependencies.tikv-jemalloc-sys]
version = "0.7.0"
default-features = false

[dev-dependencies.paste]
version = "1"