blob: 4c33a885fe23784069d861de5aa6e28f4288694e [file] [log] [blame]
# 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.8.0"
authors = ["Jiajie Chen <noc@jiegec.ac.cn>", "Vinay Chandra Dommeti <github@vinay.vc>"]
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.7"
optional = true
[features]
const_fn = []
default = ["use_spin"]
use_spin = ["spin"]