# 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.56" name = "aes" version = "0.8.4" authors = ["RustCrypto Developers"] description = "Pure Rust implementation of the Advanced Encryption Standard (a.k.a. Rijndael)" documentation = "https://docs.rs/aes" readme = "README.md" keywords = [ "crypto", "aes", "rijndael", "block-cipher", ] categories = [ "cryptography", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/RustCrypto/block-ciphers" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cfg-if] version = "1" [dependencies.cipher] version = "0.4.2" [dev-dependencies.cipher] version = "0.4.2" features = ["dev"] [dev-dependencies.hex-literal] version = "0.3" [features] hazmat = [] [target."cfg(all(aes_armv8, target_arch = \"aarch64\"))".dependencies.zeroize] version = "1.5.6" features = ["aarch64"] optional = true default_features = false [target."cfg(any(target_arch = \"aarch64\", target_arch = \"x86_64\", target_arch = \"x86\"))".dependencies.cpufeatures] version = "0.2" [target."cfg(not(all(aes_armv8, target_arch = \"aarch64\")))".dependencies.zeroize] version = "1.6.0" optional = true default_features = false