# 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 = "2018" name = "armv8" version = "0.0.1" authors = ["Reto Achermann "] description = "A library to program armv8-a (aarch64/aarch32) hardware. Contains armv8-a specific data structure definitions, data-tables, and functions to access architectural registers. " homepage = "https://github.com/achreto/rust-armv8" readme = "README.md" keywords = [ "arm", "armv8", "aarch64", "aarch32", "cortext", ] license = "MIT" repository = "https://github.com/achreto/rust-armv8" resolver = "2" [dependencies.bit_field] version = "0.10.1"