[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