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