[dependencies.spin]
optional = true
version = "0.9.4"
[dev-dependencies.average]
version = "0.13.1"
[dev-dependencies.fastrand]
version = "1.9.0"
[dev-dependencies.good_memory_allocator]
features = ["spin", "allocator"]
version = "0.1.7"
[dev-dependencies.linked_list_allocator]
features = ["use_spin_nightly", "const_mut_refs", "alloc_ref"]
version = "0.10.3"
[dev-dependencies.simple-chunk-allocator]
version = "0.1.5"
[dev-dependencies.tikv-jemallocator]
features = []
version = "0.5.0"
[features]
allocator = ["spin"]
default = ["spin", "allocator"]
[package]
authors = ["Shaun Beautement"]
categories = ["memory-management", "no-std", "embedded"]
description = "A fast, consistant, and flexible `no_std`-compatible allocator."
edition = "2021"
exclude = ["benchmark_graphs", "benchmark_results"]
keywords = ["allocator", "no_std", "kernel", "memory", "heap"]
license = "MIT"
name = "talloc"
readme = "README.md"
repository = "https://github.com/SFBdragon/talloc"
version = "1.0.1"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"