| # 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-jemalloc-ctl" |
| version = "0.5.4" |
| authors = [ |
| "Steven Fackler <[email protected]>", |
| "Gonzalo Brito Gadeschi <[email protected]>", |
| "The TiKV Project Developers", |
| ] |
| description = """ |
| A safe wrapper over jemalloc's control and introspection APIs |
| """ |
| homepage = "https://github.com/tikv/jemallocator" |
| documentation = "https://docs.rs/tikv-jemalloc-ctl" |
| readme = "README.md" |
| keywords = [ |
| "allocator", |
| "jemalloc", |
| ] |
| categories = [ |
| "memory-management", |
| "api-bindings", |
| "development-tools", |
| ] |
| 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" |
| default-features = false |
| |
| [dependencies.paste] |
| version = "1" |
| |
| [dependencies.tikv-jemalloc-sys] |
| version = "0.5.0" |
| |
| [dev-dependencies.tikv-jemallocator] |
| version = "0.5.0" |
| |
| [features] |
| default = [] |
| disable_initial_exec_tls = ["tikv-jemalloc-sys/disable_initial_exec_tls"] |
| use_std = ["libc/use_std"] |
| |
| [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" |