page-table-generic 0.7.4

Generic page table walk and map.
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.7.4"
authors = ["周睿 <zrufo747@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic page table walk and map."
readme = false
keywords = [
    "pagetable",
    "mmu",
]
categories = ["no-std"]
license = "Apache-2.0"
repository = "https://github.com/rcore-os/tgoskits"

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

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

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

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

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

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

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

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

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

[dependencies.bitflags]
version = "2.9"

[dependencies.heapless]
version = "0.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.10"