snmalloc-sys 0.7.4

rust raw 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-sys"
version = "0.7.4"
authors = ["schrodingerzhu <i@zhuyi.fan>"]
build = "build.rs"
include = [
    "Cargo.toml",
    "build.rs",
    "src/**",
    "upstream/CMakeLists.txt",
    "upstream/src/**",
    "upstream/fuzzing/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rust raw bindings of snmalloc."
homepage = "https://github.com/microsoft/snmalloc"
readme = false
keywords = [
    "snmalloc",
    "allocator",
]
categories = [
    "memory-management",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/microsoft/snmalloc"

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

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

[build-dependencies.cc]
version = "1.0"
optional = true

[build-dependencies.cmake]
version = "0.1"
optional = true