merlin 0.4.0

Composable proof transcripts for public-coin arguments of knowledge
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]
name = "merlin"
version = "0.4.0"
authors = ["Henry de Valence <hdevalence@hdevalence.ca>", "isis agora lovecruft <isis@patternsinthevoid.net>"]
exclude = [".travis.yml", ".gitignore"]
description = "Composable proof transcripts for public-coin arguments of knowledge"
homepage = "https://docs.rs/merlin"
documentation = "https://docs.rs/merlin"
readme = "README.md"
keywords = ["cryptography", "zero-knowledge", "fiat-shamir", "transcript"]
categories = ["cryptography"]
license = "MIT"
repository = "https://github.com/dalek-cryptography/merlin"
[package.metadata.docs.rs]
features = ["nightly"]
[dependencies.byteorder]
version = "1.2.4"

[dependencies.clear_on_drop]
version = "0.2.3"

[dependencies.keccak]
version = "0.1.0"

[dependencies.rand]
version = "0.5"

[dependencies.rand_core]
version = "0.2"
[dev-dependencies.curve25519-dalek]
version = "0.19"

[dev-dependencies.strobe-rs]
version = "0.3"

[features]
nightly = ["clear_on_drop/nightly"]