page-table-generic 0.6.2

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 = "page-table-generic"
version = "0.6.2"
authors = ["周睿 <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Boot kernel code with mmu."
documentation = "https://docs.rs/page-table-generic"
readme = false
keywords = [
    "pagetable",
    "mmu",
]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/rcore-os/somehal/page-table-generic"

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

[[test]]
name = "test"
path = "tests/test.rs"

[[test]]
name = "test_l3"
path = "tests/test_l3.rs"

[dependencies.bitflags]
version = "2.9"

[dependencies.log]
version = "0.4"

[dependencies.num-align]
version = "0.1"

[dependencies.thiserror]
version = "2"
default-features = false

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.tock-registers]
version = "0.9"