[dependencies]
[dev-dependencies]
[features]
growers = []
[lib]
name = "smmalloc"
path = "src/lib.rs"
[package]
authors = ["Zooko <noemail@thanks.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management"]
description = "smalloc is a very simple but performant allocator"
edition = "2024"
homepage = "https://github.com/zooko/smalloc"
keywords = ["allocator", "memory", "malloc"]
license = "MIT OR Apache-2.0 OR TGPPL-1.0"
name = "smmalloc"
readme = "README.md"
repository = "https://github.com/zooko/smalloc"
version = "7.4.7"
[target.'cfg(target_os = "linux")'.dependencies.rustix]
features = ["mm"]
version = "1.0.7"
[target.'cfg(target_vendor="apple")'.dependencies.mach-sys]
version = "0.5"
[[test]]
name = "integration"
path = "tests/integration.rs"