# 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 = "2021" name = "tcmalloc2" version = "0.2.1+2.16" authors = ["Navid "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust FFI bindings to tcmalloc" homepage = "https://github.com/yaa110/tcmalloc-rs" documentation = "https://docs.rs/tcmalloc2" readme = "README.md" keywords = [ "tcmalloc", "allocator", ] categories = [ "memory-management", "api-bindings", ] license = "MIT OR Apache-2.0" repository = "https://github.com/yaa110/tcmalloc-rs" [lib] name = "tcmalloc2" path = "src/lib.rs" [build-dependencies.bindgen] version = "0.70" [build-dependencies.num_cpus] version = "1"