aes 0.1.0

Facade for AES (Rijndael) block ciphers implementations
Documentation
# 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]
name = "aes"
version = "0.1.0"
authors = ["RustCrypto Developers"]
description = "Facade for AES (Rijndael) block ciphers implementations"
documentation = "https://docs.rs/aes"
keywords = ["crypto", "aes", "rijndael", "block-cipher"]
categories = ["cryptography", "no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/RustCrypto/block-ciphers"
[dependencies.aes-soft]
version = "0.1"

[dependencies.block-cipher-trait]
version = "0.5"
[dev-dependencies.block-cipher-trait]
version = "0.5"
features = ["dev"]

[features]
force_soft = []
[target."cfg(all(target_feature = \"aes\", any(target_arch = \"x86_64\", target_arch = \"x86\")))".dependencies.aesni]
version = "0.3"