buddy_system_allocator 0.3.3

A bare metal allocator that uses buddy system.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[features]
default = ["use_spin"]
use_spin = ["spin"]