• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "aarch64-paging"
3version = "0.3.0"
4edition = "2021"
5license = "MIT OR Apache-2.0"
6description = "A library to manipulate AArch64 VMSA EL1 page tables."
7authors = ["Ard Biesheuvel <ardb@google.com>", "Andrew Walbran <qwandor@google.com>"]
8repository = "https://github.com/google/aarch64-paging"
9keywords = ["arm", "aarch64", "cortex-a", "vmsa", "pagetable"]
10categories = ["embedded", "no-std", "hardware-support"]
11
12[dependencies]
13bitflags = "1.3.2"
14
15[features]
16default = ["alloc"]
17alloc = []
18
19[package.metadata.docs.rs]
20all-features = true
21default-target = "aarch64-unknown-none"
22