[dependencies.log]
version = "0.4"
[dependencies.ostd]
version = "0.17.0"
[dependencies.paste]
version = "1.0.15"
[lib]
name = "osdk_frame_allocator"
path = "src/lib.rs"
[lints.clippy]
allow_attributes = "warn"
[lints.rust]
unsafe_op_in_unsafe_fn = "warn"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(ktest)"]
level = "allow"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The default buddy system frame allocator shipped with OSDK."
edition = "2024"
license = "MPL-2.0"
name = "osdk-frame-allocator"
readme = "README.md"
repository = "https://github.com/asterinas/asterinas"
resolver = "2"
version = "0.17.0"