# 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 = "one-of-many-proofs" version = "0.1.0" authors = ["cargodog "] description = "Implementation of one-of-many zero-knowledge membership proofs." license-file = "LICENSE" repository = "https://github.com/cargodog/one-of-many-proofs" [[bench]] name = "proof_benchmarks" harness = false [dependencies.curve25519-dalek] version = "2" features = ["simd_backend", "nightly", "serde", "alloc"] default-features = false [dependencies.merlin] version = "2" default-features = false [dependencies.polynomials] version = "0.2" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.sha3] version = "0.8" default-features = false [dev-dependencies.criterion] version = "0.3" [dev-dependencies.serde_cbor] version = "0.11" [features] default = ["std", "serde"] std = []