[package] name = "cortex-a" version = "8.1.1" authors = ["Andre Richter "] description = "Low level access to Cortex-A processors" homepage = "https://github.com/rust-embedded/cortex-a" repository = "https://github.com/rust-embedded/cortex-a" readme = "README.md" keywords = ["arm", "aarch64", "cortex-a", "register"] categories = ["embedded", "hardware-support", "no-std"] license = "MIT/Apache-2.0" edition = "2018" exclude = [ ".github", ".gitignore", ".rustfmt.toml", ".vscode", ".editorconfig", "Makefile" ] [features] default = ["nightly"] nightly = ["tock-registers"] [dependencies] tock-registers = { version = "0.8.x", default-features = false, optional = true } # Use it as interface-only library.