[package]
edition = "2024"
rust-version = "1.85"
name = "mimalloc-redirect"
version = "0.2.1"
authors = ["GlFolker"]
build = "build.rs"
exclude = [
"/.git*",
"/examples",
"/mimalloc-src/contrib",
"/mimalloc-src/doc",
"/mimalloc-src/docs",
"/mimalloc-src/test",
"/mimalloc-src/.git*",
"/mimalloc-src/*.yml",
"/mimalloc-src/*.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Application-wide allocator redirection to MiMalloc."
readme = "README.md"
keywords = [
"allocator",
"mimalloc",
]
categories = ["memory-management"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GlennFolker/mimalloc-redirect"
[lib]
name = "mimalloc_redirect"
path = "src/lib.rs"
[build-dependencies.cmake]
version = "0.1"
[target.'cfg(any(all(not(target_os = "windows"), any(target_env = "gnu", target_env = "musl")), target_os = "android"))'.dependencies.libc]
version = "0.2"
default-features = false