[package]
name = "kevy-alloc"
description = "Per-shard, mmap-backed, header-free allocator: graded size classes, span ownership, thread-local caching, and exact six-term memory accounting."
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
documentation = "https://docs.rs/kevy-alloc"
readme = "README.md"
keywords = ["allocator", "mmap", "memory", "no-std", "kevy"]
categories = ["memory-management", "no-std"]
[lints]
workspace = true
[features]
default = []
global = []
[dependencies]
[[test]]
name = "global_alloc"
required-features = ["global"]