strobe-rs 0.12.0

An implementation of the Strobe protocol framework in pure Rust
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.81"
name = "strobe-rs"
version = "0.12.0"
authors = ["Michael Rosenberg <michael@mrosenberg.pub>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of the Strobe protocol framework in pure Rust"
documentation = "https://docs.rs/strobe-rs"
readme = "README.md"
keywords = [
    "crypto",
    "strobe",
    "protocol",
    "framework",
    "no_std",
]
categories = [
    "cryptography",
    "no-std",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/rozbb/strobe-rs"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
asm = ["keccak/asm"]
default = []
kat = []
serialize_secret_state = [
    "serde",
    "serde-big-array",
]

[lib]
name = "strobe_rs"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[bench]]
name = "benches"
path = "benches/benches.rs"
harness = false

[dependencies.bitflags]
version = "2.10"

[dependencies.bitflags-serde-legacy]
version = "0.1.1"

[dependencies.byteorder]
version = "1.5"
default-features = false

[dependencies.keccak]
version = "0.1.5"

[dependencies.serde]
version = "1.0.210"
features = ["derive"]
optional = true
default-features = false

[dependencies.serde-big-array]
version = "0.4"
optional = true

[dependencies.subtle]
version = "2.6"
default-features = false

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.7"
features = ["html_reports"]

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.serde_json]
version = "1"