[dependencies.spinning_top]
optional = true
version = "0.2.5"
[features]
alloc_ref = []
const_mut_refs = []
default = ["use_spin"]
use_spin = ["spinning_top"]
use_spin_nightly = ["use_spin"]
[package]
authors = ["Philipp Oppermann <dev@phil-opp.com>"]
description = "Simple allocator usable for no_std systems. It builds a linked list from the freed blocks and thus needs no additional data structures."
documentation = "https://docs.rs/crate/linked_list_allocator"
homepage = "http://os.phil-opp.com/kernel-heap.html#a-better-allocator"
keywords = ["allocator", "no_std", "malloc", "heap", "kernel"]
license = "Apache-2.0/MIT"
name = "linked_list_allocator"
readme = "README.md"
repository = "https://github.com/phil-opp/linked-list-allocator"
rust-version = "1.61"
version = "0.10.5"
[package.metadata.release]
dev-version = false
pre-release-commit-message = "Release version {{version}}"
[[package.metadata.release.pre-release-replacements]]
exactly = 1
file = "Changelog.md"
replace = "# Unreleased\n\n# {{version}} – {{date}}"
search = "# Unreleased"