| # 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 = "jemalloc-sys" |
| version = "0.5.4+5.3.0-patched" |
| authors = [ |
| "Alex Crichton <[email protected]>", |
| "Gonzalo Brito Gadeschi <[email protected]>", |
| "The TiKV Project Developers", |
| ] |
| build = "build.rs" |
| links = "jemalloc" |
| description = """ |
| Rust FFI bindings to jemalloc |
| """ |
| homepage = "https://github.com/tikv/jemallocator" |
| documentation = "https://docs.rs/jemallocator-sys" |
| readme = "README.md" |
| keywords = [ |
| "allocator", |
| "jemalloc", |
| ] |
| license = "MIT/Apache-2.0" |
| repository = "https://github.com/tikv/jemallocator" |
| |
| [package.metadata.docs.rs] |
| rustdoc-args = [ |
| "--cfg", |
| "jemallocator_docs", |
| ] |
| |
| [dependencies.libc] |
| version = "^0.2.8" |
| default-features = false |
| |
| [build-dependencies.cc] |
| version = "^1.0.13" |
| |
| [features] |
| background_threads = ["background_threads_runtime_support"] |
| background_threads_runtime_support = [] |
| debug = [] |
| default = ["background_threads_runtime_support"] |
| disable_cache_oblivious = [] |
| disable_initial_exec_tls = [] |
| profiling = [] |
| stats = [] |
| 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" |