1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14name = "aarch64-paging"
15version = "0.7.0"
16authors = [
17    "Ard Biesheuvel <[email protected]>",
18    "Andrew Walbran <[email protected]>",
19]
20description = "A library to manipulate AArch64 VMSA page tables."
21readme = "README.md"
22keywords = [
23    "arm",
24    "aarch64",
25    "cortex-a",
26    "vmsa",
27    "pagetable",
28]
29categories = [
30    "embedded",
31    "no-std",
32    "hardware-support",
33]
34license = "MIT OR Apache-2.0"
35repository = "https://github.com/google/aarch64-paging"
36
37[package.metadata.docs.rs]
38all-features = true
39default-target = "aarch64-unknown-none"
40
41[dependencies.bitflags]
42version = "2.6.0"
43
44[features]
45alloc = []
46default = ["alloc"]
47