[[bench]]
harness = false
name = "benches"
[dependencies.bitflags]
version = "1.3"
[dependencies.byteorder]
default-features = false
version = "1.5"
[dependencies.keccak]
version = "0.1"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1"
[dependencies.serde-big-array]
optional = true
version = "0.4"
[dependencies.subtle]
default-features = false
version = "2.6"
[dependencies.zeroize]
features = ["derive"]
version = "1.8"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"
[dev-dependencies.hex]
version = "0.4"
[dev-dependencies.rand]
version = "0.8.5"
[dev-dependencies.serde]
features = ["derive"]
version = "1"
[dev-dependencies.serde_json]
version = "1"
[features]
asm = ["keccak/asm"]
default = []
serialize_secret_state = ["serde", "serde-big-array"]
std = []
[package]
authors = ["Michael Rosenberg <michael@mrosenberg.pub>"]
categories = ["cryptography", "no-std"]
description = "An implementation of the Strobe protocol framework in pure Rust"
documentation = "https://docs.rs/strobe-rs"
edition = "2021"
keywords = ["crypto", "strobe", "protocol", "framework", "no_std"]
license = "MIT/Apache-2.0"
name = "strobe-rs"
readme = "README.md"
repository = "https://github.com/rozbb/strobe-rs"
version = "0.10.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]