# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aarch64-arch-helpers" version = "0.2.1" authors = ["Mikhail Lappo "] exclude = [".travis.yml", "Makefile.toml"] description = "Helper functions to access aarch64 CPU registers\n" homepage = "https://github.com/miklelappo/aarch64-arch-helpers" documentation = "https://docs.rs/aarch64-arch-helpers/0.2.1" readme = "README.md" keywords = ["aarch64", "boot", "baremetal"] categories = ["no-std", "embedded"] license = "MIT" repository = "https://github.com/miklelappo/aarch64-arch-helpers" [package.metadata.docs.rs] default-target = "aarch64-unknown-none" targets = ["aarch64-unknown-none", "aarch64-unknown-linux-gnu"] [features] cache_helpers = [] default = ["cache_helpers", "mmu_helpers"] errata_a57_813419 = [] mmu_helpers = []