blob: abf0e5308359e2c6ab2d57f526e978aecc7e2f3a [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 = "salsa20"
version = "0.8.1"
authors = ["RustCrypto Developers"]
description = "Salsa20 Stream Cipher"
readme = "README.md"
keywords = ["crypto", "stream-cipher", "trait", "xsalsa20"]
categories = ["cryptography", "no-std"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/RustCrypto/stream-ciphers"
[package.metadata.docs.rs]
features = ["hsalsa20", "xsalsa20"]
rustdoc-args = ["--cfg", "docsrs"]
[dependencies.cipher]
version = "0.3"
[dependencies.zeroize]
version = "=1.3"
optional = true
default-features = false
[dev-dependencies.cipher]
version = "0.3"
features = ["dev"]
[features]
default = ["xsalsa20"]
expose-core = []
hsalsa20 = ["xsalsa20"]
xsalsa20 = []