# 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 = "snmalloc-rs" version = "0.3.6" authors = ["schrodingerzhu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "rust bindings of snmalloc." homepage = "https://github.com/microsoft/snmalloc" readme = "README.md" keywords = [ "snmalloc", "allocator", ] categories = [ "memory-management", "api-bindings", ] license = "MIT" repository = "https://github.com/SchrodingerZhu/snmalloc-rs" [lib] name = "snmalloc_rs" path = "src/lib.rs" [dependencies.snmalloc-sys] version = "0.3.5" default-features = false [features] android-lld = ["snmalloc-sys/android-lld"] build_cc = ["snmalloc-sys/build_cc"] check = ["snmalloc-sys/check"] debug = ["snmalloc-sys/debug"] default = ["snmalloc-sys/build_cmake"] local_dynamic_tls = ["snmalloc-sys/local_dynamic_tls"] lto = ["snmalloc-sys/lto"] native-cpu = ["snmalloc-sys/native-cpu"] notls = ["snmalloc-sys/notls"] qemu = ["snmalloc-sys/qemu"] stats = ["snmalloc-sys/stats"] usecxx17 = ["snmalloc-sys/usecxx17"] win8compat = ["snmalloc-sys/win8compat"]