# 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-ctl" version = "0.5.4" authors = [ "Steven Fackler ", "Gonzalo Brito Gadeschi ", "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/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.jemalloc-sys] version = "0.5.0" [dependencies.libc] version = "0.2" default-features = false [dependencies.paste] version = "1" [dev-dependencies.jemallocator] version = "0.5.0" [features] default = [] disable_initial_exec_tls = ["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"