[package] name = "page-table" description = "Encapsulation of the page table for common architectures." version = "0.0.6" edition = "2021" authors = ["YdrMaster "] repository = "https://github.com/YdrMaster/page-table.git" documentation = "https://docs.rs/page-table" license = "MIT" readme = "README.md" keywords = ["pagetable", "mmu"] categories = ["no-std"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] cfg-if = "1.0.0" static_assertions = "1.1.0"