[package]
edition = "2024"
rust-version = "1.96.0"
name = "rustfs-mimalloc-sys"
version = "0.5.2"
authors = ["houseme <housemecn@gmail.com>"]
build = "build.rs"
links = "mimalloc"
include = [
"Cargo.toml",
"README.md",
"build.rs",
"src/**",
"c_src/mimalloc/LICENSE",
"c_src/mimalloc/include/**",
"c_src/mimalloc/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings to mimalloc V3"
homepage = "https://houseme.github.io/rustfs-mimalloc"
documentation = "https://docs.rs/rustfs-mimalloc-sys"
readme = "README.md"
keywords = [
"allocator",
"mimalloc",
"memory",
]
categories = [
"memory-management",
"no-std",
]
license = "Apache-2.0"
repository = "https://github.com/houseme/rustfs-mimalloc"
[features]
debug = []
debug_in_debug = []
default = []
local_dynamic_tls = []
no_thp = []
override = []
secure = []
[lib]
name = "rustfs_mimalloc_sys"
path = "src/lib.rs"
[build-dependencies.cc]
version = "1.4.4"