# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "aarch64" version = "0.0.11" authors = ["Stefan Lankes "] exclude = [ "/.gitlab-ci.yml", ".gitignore", ".gitattributes", "/.github/*", ] description = "Rust library to use aarch64 specific functionality and registers" homepage = "https://github.com/hermitcore/rust-aarch64" documentation = "https://docs.rs/aarch64" readme = "README.md" keywords = [ "os", "arm64", "aarch64", ] license = "MIT/Apache-2.0" repository = "https://github.com/hermitcore/rust-aarch64.git" [dependencies.aarch64-cpu] version = "9.3" [dependencies.tock-registers] version = "0.8.x" default-features = false [features] default = ["nightly"] nightly = []