# 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 = "dusk-blindbid" version = "0.10.0-rc.2" authors = ["CPerezz ", "Victor Lopez "] exclude = [".gitignore", "Cargo.lock", ".github/", "README.md", "CONTRIBUTING.md"] description = "BlindBid protocol implementation with PLONK ZKProofs backend" readme = "README.md" keywords = ["blindbid", "plonk", "lottery", "zero-knowledge", "crypto"] categories = ["algorithms", "cryptography", "science"] license = "MPL-2.0" repository = "https://github.com/dusk-network/dusk-blindbid" [dependencies.canonical] version = "0.6" optional = true [dependencies.canonical_derive] version = "0.6" optional = true [dependencies.dusk-bls12_381] version = "0.8" default-features = false [dependencies.dusk-bytes] version = "0.1" [dependencies.dusk-jubjub] version = "0.10" default-features = false [dependencies.dusk-pki] version = "0.8.0-rc" default-features = false [dependencies.dusk-poseidon] version = "0.22.0-rc" default-features = false [dependencies.num-bigint] version = "0.3" optional = true [dependencies.num-traits] version = "0.2" optional = true [dependencies.phoenix-core] version = "0.14.0-rc" default-features = false [dependencies.rand_core] version = "0.6" default-features = false [dev-dependencies.rand] version = "0.8" [features] canon = ["canonical", "canonical_derive", "dusk-poseidon/canon", "dusk-pki/canon", "phoenix-core/canon"] default = ["canon", "std"] std = ["dusk-jubjub/std", "dusk-bls12_381/std", "dusk-poseidon/default", "num-bigint", "num-traits"]