tg-kernel-alloc 0.1.0-preview.2

Kernel memory allocator for rCore tutorial OS using buddy allocation.
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "tg-kernel-alloc"
version = "0.1.0-preview.2"
authors = ["YdrMaster <ydrml@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kernel memory allocator for rCore tutorial OS using buddy allocation."
homepage = "https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"
documentation = "https://docs.rs/tg-kernel-alloc"
readme = "README.md"
keywords = [
    "rcore",
    "kernel",
    "allocator",
    "riscv",
]
categories = [
    "no-std",
    "embedded",
    "memory-management",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rcore-os/rCore-Tutorial-in-single-workspace"

[lib]
name = "tg_kernel_alloc"
path = "src/lib.rs"

[dependencies.customizable-buddy]
version = "0.0.3"

[dependencies.log]
version = "0.4"

[dependencies.page-table]
version = "0.0.6"