# 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" rust-version = "1.82" name = "aarch64" version = "0.0.13" authors = ["Stefan Lankes "] build = false exclude = [ "/.gitlab-ci.yml", ".gitignore", ".gitattributes", "/.github/*", ] autobins = false autoexamples = false autotests = false autobenches = false 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" [lib] name = "aarch64" path = "src/lib.rs" [dependencies.aarch64-cpu] version = "9.3" [dependencies.memory_addresses] version = "0.2.0" features = ["aarch64"] default-features = false [dependencies.tock-registers] version = "0.8.x" default-features = false