[build-dependencies.cc]
optional = true
version = "1.0"
[build-dependencies.cmake]
optional = true
version = "0.1"
[features]
android-lld = []
build_cc = ["cc"]
build_cmake = ["cmake"]
check = []
debug = []
default = ["build_cmake"]
local_dynamic_tls = []
native-cpu = []
qemu = []
usecxx17 = []
win8compat = []
[package]
authors = ["schrodingerzhu <i@zhuyi.fan>"]
build = "build.rs"
categories = ["memory-management", "api-bindings"]
description = "rust raw bindings of snmalloc."
edition = "2021"
homepage = "https://github.com/microsoft/snmalloc"
keywords = ["snmalloc", "allocator"]
license = "MIT"
name = "snmalloc-sys"
repository = "https://github.com/SchrodingerZhu/snmalloc-rs"
resolver = "2"
version = "0.3.1"