]> git.proxmox.com Git - rustc.git/blame - vendor/c2-chacha/Cargo.toml
New upstream version 1.44.1+dfsg1
[rustc.git] / vendor / c2-chacha / Cargo.toml
CommitLineData
416331ca
XL
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "c2-chacha"
dfeec247 16version = "0.2.3"
416331ca
XL
17authors = ["The CryptoCorrosion Contributors"]
18description = "The ChaCha family of stream ciphers"
19documentation = "https://docs.rs/c2-chacha"
20readme = "README.md"
21keywords = ["chacha", "chacha20", "xchacha20", "cipher", "crypto"]
22categories = ["cryptography", "no-std"]
23license = "MIT/Apache-2.0"
24repository = "https://github.com/cryptocorrosion/cryptocorrosion"
25[dependencies.byteorder]
26version = "1.3"
27optional = true
28
416331ca 29[dependencies.ppv-lite86]
dfeec247
XL
30version = "0.2.6"
31default-features = false
416331ca
XL
32package = "ppv-lite86"
33
34[dependencies.stream-cipher]
35version = "0.3"
36optional = true
37[dev-dependencies.hex-literal]
dfeec247 38version = "0.2"
416331ca
XL
39
40[features]
41default = ["std", "simd", "rustcrypto_api"]
42rustcrypto_api = ["stream-cipher", "byteorder"]
43simd = ["ppv-lite86/simd"]
dfeec247 44std = ["ppv-lite86/std"]
416331ca
XL
45[badges.travis-ci]
46repository = "cryptocorrosion/cryptocorrosion"