aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
blob: 0e617756266f4cb4367778379b036138ae13705f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "aarch64-paging"
version = "0.5.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 = "2.0.2"

[features]
default = ["alloc"]
alloc = []

[package.metadata.docs.rs]
all-features = true
default-target = "aarch64-unknown-none"