[dependencies.bitflags]
version = "2.6"
[dependencies.memory_addr]
version = "0.2"
[lib]
name = "page_table_entry"
path = "src/lib.rs"
[package]
authors = ["Yuekai Jia <equation618@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["os", "hardware-support", "memory-management", "no-std"]
description = "Page table entry definition for various hardware architectures"
documentation = "https://docs.rs/page_table_entry"
edition = "2021"
homepage = "https://github.com/arceos-org/arceos"
keywords = ["arceos", "paging", "page-table", "virtual-memory"]
license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0"
name = "page_table_entry"
readme = "README.md"
repository = "https://github.com/arceos-org/page_table_multiarch"
version = "0.3.1"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "doc"]
[target.'cfg(any(target_arch = "aarch64", doc))'.dependencies.aarch64-cpu]
version = "9.4"
[target.'cfg(any(target_arch = "x86_64", doc))'.dependencies.x86_64]
version = "0.15"