# 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.61" name = "aarch64-dit" version = "0.1.0" authors = ["RustCrypto Developers"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Wrappers for enabling/disabling the Data Independent Timing (DIT) feature on AArch64 CPUs """ homepage = "https://github.com/RustCrypto/utils/tree/master/aarch64-dit" readme = "README.md" keywords = [ "crypto", "intrinsics", ] categories = [ "cryptography", "hardware-support", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/RustCrypto/utils" [package.metadata.docs.rs] default-target = "aarch64-unknown-linux-gnu" [lib] name = "aarch64_dit" path = "src/lib.rs" [dependencies.cpufeatures] version = "0.2.14"