# 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 = "merlin" version = "3.0.0" authors = ["Henry de Valence "] 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/zkcrypto/merlin" [package.metadata.docs.rs] features = ["nightly"] [dependencies.byteorder] version = "1.2.4" default-features = false [dependencies.hex] version = "0.3" optional = true default-features = false [dependencies.keccak] version = "0.1.0" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dependencies.zeroize] version = "1" features = ["zeroize_derive"] default-features = false [dev-dependencies.curve25519-dalek] version = "4" package = "curve25519-dalek-ng" [dev-dependencies.rand_chacha] version = "0.3" [dev-dependencies.strobe-rs] version = "0.5" [features] debug-transcript = ["hex"] default = ["std"] nightly = [] std = ["rand_core/std", "byteorder/std"]