[dependencies.crypto2]
version = "0.1.2"
[dependencies.rand]
version = "0.8"
[dev-dependencies.hex]
version = "0.4"
[features]
default = ["std", "v1", "v1-aead"]
nightly = []
std = ["crypto2/std"]
v1 = []
v1-aead = ["v1"]
v1-aead-extra = ["v1-aead"]
v1-stream = ["v1"]
[package]
authors = ["luozijun <luozijun.assistant@gmail.com>"]
description = "Shadowsocks Crypto"
documentation = "https://docs.rs/shadowsocks-crypto"
edition = "2018"
keywords = ["Cryptography"]
license = "MIT"
name = "shadowsocks-crypto"
repository = "https://github.com/shadowsocks/shadowsocks-crypto"
version = "0.2.3"
[target."cfg(any(target_arch = \"arm\", target_arch = \"aarch64\"))".dependencies.ring]
optional = true
version = "0.16"
[target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.ring]
optional = true
version = "0.16"