[dependencies.arr_macro]
version = "0.2.1"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.memmap2]
version = "0.9.4"
[dependencies.spin]
default-features = false
features = ["spin_mutex", "once"]
version = "0.9.8"
[features]
audit_sizes = []
default = ["system_allocator"]
system_allocator = []
[lib]
crate-type = ["cdylib", "rlib"]
name = "alloc_cat"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "no-std", "wasm"]
description = "a simple allocator for small-to-tiny Wasm projects in rust"
edition = "2024"
keywords = ["allocator", "no_std"]
license-file = "LICENSES.md"
name = "alloc_cat"
readme = "README.md"
repository = "https://code.lag.net/robey/alloc_cat"
version = "1.1.0"
[profile.dev]
panic = "abort"
[profile.release]
panic = "abort"