[package] authors = [ "The Cortex-M Team ", "Jonathan Pallant ", "Jorge Aparicio ", "Sébastien Béchet ", ] description = "A heap allocator for Cortex-M processors" repository = "https://github.com/rust-embedded/alloc-cortex-m" documentation = "https://docs.rs/alloc-cortex-m" readme = "README.md" edition = "2018" keywords = [ "allocator", "arm", "cortex-m", ] license = "MIT OR Apache-2.0" name = "alloc-cortex-m" version = "0.4.4" [dependencies] cortex-m = "0.7.2" [dependencies.linked_list_allocator] default-features = false version = "0.10.4" features = ["const_mut_refs"] [dev-dependencies] cortex-m-rt = "0.6.12"