blob: ca1e9eced3c06fee79aa5d223768b70b162e9444 [file] [log] [blame]
[package]
name = "aarch64-paging"
version = "0.3.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "A library to manipulate AArch64 VMSA EL1 page tables."
authors = ["Ard Biesheuvel <ardb@google.com>", "Andrew Walbran <qwandor@google.com>"]
repository = "https://github.com/google/aarch64-paging"
keywords = ["arm", "aarch64", "cortex-a", "vmsa", "pagetable"]
categories = ["embedded", "no-std", "hardware-support"]
[dependencies]
bitflags = "1.3.2"
[features]
default = ["alloc"]
alloc = []
[package.metadata.docs.rs]
all-features = true
default-target = "aarch64-unknown-none"