# 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 = "jemallocator" version = "0.5.4" authors = [ "Alex Crichton ", "Gonzalo Brito Gadeschi ", "Simon Sapin ", "Steven Fackler ", "The TiKV Project Developers", ] 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", ] [lib] test = false bench = false [dependencies.jemalloc-sys] version = "0.5.0" default-features = false [dependencies.libc] version = "^0.2.8" default-features = false [dev-dependencies.jemalloc-ctl] version = "0.5.0" [dev-dependencies.paste] version = "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.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"