# crates/landauer-allocator/Cargo.toml
#
# Pillar: II. PACR field: Λ.
#
# Standalone Landauer-on-Drop global allocator.
# Zero dependencies — only std.
# Extracted from aevum-core/src/allocator.rs so other crates can depend on
# the allocator without pulling in the full aevum-core dependency tree.
[]
= "landauer-allocator"
= "0.1.0"
= "2021"
= "Landauer-on-Drop global allocator — counts bit erasures on every dealloc."
= "Apache-2.0"
= "https://github.com/kwailapt/aevum"
= "https://mcp.aevum.network"
= "https://docs.rs/landauer-allocator"
= ["landauer", "allocator", "thermodynamics", "energy", "physics"]
= ["memory-management", "science"]
= "README.md"
[]
= true