[dependencies.rustversion]
version = "1.0"
[dependencies.spin]
optional = true
version = "0.5"
[features]
default = ["use_spin"]
use_spin = ["spin"]
[package]
authors = ["Jiajie Chen <noc@jiegec.ac.cn>"]
description = "A bare metal allocator that uses buddy system."
documentation = "https://docs.rs/buddy_system_allocator"
edition = "2018"
homepage = "https://github.com/rcore-os/buddy_system_allocator"
keywords = ["allocator", "no_std", "heap"]
license = "MIT"
name = "buddy_system_allocator"
repository = "https://github.com/rcore-os/buddy_system_allocator"
version = "0.4.0"