[package] name = "tcmalloc" version = "0.3.0" authors = ["Jean-Marie Comets "] description = "Drop-in global allocator using tcmalloc" license = "MIT/Apache-2.0" readme = "README.md" edition = "2018" repository = "https://github.com/jmcomets/tcmalloc-rs" documentation = "https://docs.rs/tcmalloc" keywords = ["allocator"] categories = ["memory-management"] [features] default = [] bundled = ["tcmalloc-sys"] [dependencies.tcmalloc-sys] path = "tcmalloc-sys" version = "0.3.0" optional = true