kdef-pgtable 0.1.5

Boot kernel code with mmu.
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 = "2024"
name = "kdef-pgtable"
version = "0.1.5"
authors = ["周睿 <zrufo747@outlook.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Boot kernel code with mmu."
readme = false
keywords = ["os"]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/rcore-os/somehal"

[features]
pg-l3 = []
pg-sz16k = []
space-low = []

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

[dependencies.bitflags]
version = "2.9"

[build-dependencies.prettyplease]
version = "0.2"

[build-dependencies.quote]
version = "1.0"

[build-dependencies.syn]
version = "2.0"