strobe-rs 0.5.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 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 = "strobe-rs"
version = "0.5.0"
authors = ["Michael Rosenberg <micro@fastmail.com>"]
description = "An implementation of the Strobe protocol framework in pure Rust"
documentation = "https://docs.rs/strobe-rs"
keywords = ["crypto", "strobe", "protocol", "framework", "no_std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rozbb/strobe-rs"
[dependencies.bitflags]
version = "1.0"

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

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

[dependencies.tiny-keccak]
version = "1.0"
[dev-dependencies.hex]
version = "0.3"

[dev-dependencies.serde]
version = "1.0"

[dev-dependencies.serde_derive]
version = "1.0"

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

[features]
default = ["std"]
nightly = ["subtle/nightly"]
std = ["subtle/std"]