aes-ctr 0.3.0

AES-CTR stream ciphers
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-ctr"
version = "0.3.0"
authors = ["RustCrypto Developers"]
description = "AES-CTR stream ciphers"
documentation = "https://docs.rs/aes-ctr"
keywords = ["crypto", "stream-cipher", "trait"]
categories = ["cryptography", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/stream-ciphers"
[dependencies.stream-cipher]
version = "0.3"
[dev-dependencies.stream-cipher]
version = "0.3"
features = ["dev"]
[target."cfg(all(target_feature = \"aes\", target_feature = \"sse2\", target_feature = \"ssse3\", any(target_arch = \"x86_64\", target_arch = \"x86\")))".dependencies.aesni]
version = "0.6"
[target."cfg(not(all(target_feature = \"aes\", target_feature = \"sse2\", target_feature = \"ssse3\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))".dependencies.aes-soft]
version = "0.3"

[target."cfg(not(all(target_feature = \"aes\", target_feature = \"sse2\", target_feature = \"ssse3\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))".dependencies.ctr]
version = "0.3"
[badges.travis-ci]
repository = "RustCrypto/stream-ciphers"