snmalloc-rs 0.7.4

rust bindings of snmalloc.
Documentation
# 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.7.4"
authors = ["schrodingerzhu <i@zhuyi.fan>"]
build = false
autolib = 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/microsoft/snmalloc"

[features]
android-lld = ["snmalloc-sys/android-lld"]
build_cc = ["snmalloc-sys/build_cc"]
check = ["snmalloc-sys/check"]
check-loads = ["snmalloc-sys/check-loads"]
debug = ["snmalloc-sys/debug"]
default = [
    "snmalloc-sys/build_cmake",
    "snmalloc-sys/usewait-on-address",
]
fuzzing = ["snmalloc-sys/fuzzing"]
gwp-asan = ["snmalloc-sys/gwp-asan"]
libc-api = ["snmalloc-sys/libc-api"]
local_dynamic_tls = ["snmalloc-sys/local_dynamic_tls"]
lto = ["snmalloc-sys/lto"]
native-cpu = ["snmalloc-sys/native-cpu"]
notls = ["snmalloc-sys/notls"]
pageid = ["snmalloc-sys/pageid"]
qemu = ["snmalloc-sys/qemu"]
stats = ["snmalloc-sys/stats"]
tracing = ["snmalloc-sys/tracing"]
usecxx17 = ["snmalloc-sys/usecxx17"]
usewait-on-address = ["snmalloc-sys/usewait-on-address"]
vendored-stl = ["snmalloc-sys/vendored-stl"]
win8compat = ["snmalloc-sys/win8compat"]

[lib]
name = "snmalloc_rs"
path = "src/lib.rs"

[dependencies.snmalloc-sys]
version = "0.7.4"
default-features = false