# 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-global" version = "0.6.0" authors = [ "Gonzalo Brito Gadeschi ", "The TiKV Project Developers", ] description = """ Sets `jemalloc` as the `#[global_allocator]` """ homepage = "https://github.com/tikv/jemallocator" documentation = "https://docs.rs/tikv-jemallocator-global" readme = "README.md" keywords = [ "allocator", "jemalloc", ] categories = [ "memory-management", "api-bindings", ] license = "MIT/Apache-2.0" repository = "https://github.com/tikv/jemallocator" [dependencies.cfg-if] version = "0.1" [dependencies.tikv-jemallocator] version = "0.6.0" optional = true [features] default = [] force_global_jemalloc = ["tikv-jemallocator"] [target."cfg(any(target_os = \"linux\", target_os = \"macos\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.tikv-jemallocator] version = "0.6.0" optional = false [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"