• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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.3.0"
16authors = [
17    "Ard Biesheuvel <ardb@google.com>",
18    "Andrew Walbran <qwandor@google.com>",
19]
20description = "A library to manipulate AArch64 VMSA EL1 page tables."
21keywords = [
22    "arm",
23    "aarch64",
24    "cortex-a",
25    "vmsa",
26    "pagetable",
27]
28categories = [
29    "embedded",
30    "no-std",
31    "hardware-support",
32]
33license = "MIT OR Apache-2.0"
34repository = "https://github.com/google/aarch64-paging"
35resolver = "2"
36
37[package.metadata.docs.rs]
38all-features = true
39default-target = "aarch64-unknown-none"
40
41[dependencies.bitflags]
42version = "1.3.2"
43
44[features]
45alloc = []
46default = ["alloc"]
47