blob: e8193558420c1c2d58e9e82e17d2c25d045313b4 [file] [log] [blame]
# 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 = "aes-gcm-siv"
version = "0.10.3"
authors = ["RustCrypto Developers"]
description = "Pure Rust implementation of the AES-GCM-SIV Misuse-Resistant Authenticated\nEncryption Cipher (RFC 8452) with optional architecture-specific\nhardware acceleration\n"
documentation = "https://docs.rs/aes-gcm-siv"
readme = "README.md"
keywords = ["aead", "aes", "aes-gcm", "encryption", "siv"]
categories = ["cryptography", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/AEADs"
[package.metadata.docs.rs]
all-features = true
[dependencies.aead]
version = "0.4"
default-features = false
[dependencies.aes]
version = "0.7.5"
optional = true
[dependencies.cipher]
version = "0.3"
[dependencies.ctr]
version = "0.8"
[dependencies.polyval]
version = "0.5.1"
default-features = false
[dependencies.subtle]
version = ">=2, <2.5"
default-features = false
[dependencies.zeroize]
version = ">=1, <1.4"
default-features = false
[dev-dependencies.aead]
version = "0.4"
features = ["dev"]
default-features = false
[features]
alloc = ["aead/alloc"]
armv8 = ["aes/armv8", "polyval/armv8"]
default = ["aes", "alloc"]
force-soft = ["aes/force-soft", "polyval/force-soft"]
heapless = ["aead/heapless"]
std = ["aead/std", "alloc"]
stream = ["aead/stream"]