[build-dependencies.cmake]
version = "0.1"
[dependencies]
[features]
build_object = []
build_tests = []
debug-full = []
debug_asan = []
debug_ubsan = []
default = ["override", "static"]
guarded = []
local_dynamic_tls = []
no_padding = []
no_thp = []
opt_arch = []
opt_simd = []
osx_interpose = []
osx_zone = []
override = ["osx_interpose", "osx_zone"]
padding = []
secure = []
see_asm = []
shared = []
show_errors = []
skip_collect_on_exit = []
static = []
track_asan = []
track_etw = []
track_valgrind = []
use_cxx = []
win_redirect = []
win_use_fixed_tls = []
xmalloc = []
[lib]
name = "libmimalloc3_sys"
path = "src/lib.rs"
[package]
authors = ["Andrew Ares <coopersjy@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["memory-management", "external-ffi-bindings", "api-bindings"]
description = "Native bindings to the mimalloc library"
edition = "2024"
keywords = ["mimalloc", "allocator", "encrypted-heap", "performance"]
license = "MIT"
links = "mimalloc"
name = "libmimalloc3-sys"
readme = false
repository = "https://github.com/TENX-S/mimalloc3-rs/tree/main/libmimalloc3-sys"
version = "3.1.6-dev2+639b73e"