# 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 = "snarkos-polycommit" version = "1.1.4" authors = ["Alessandro Chiesa ", "Mary Maller ", "Yuncong Hu ", "William Lin", "Pratyush Mishra ", "Noah Vesely ", "Nicholas Ward ", "The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] description = "A library for constructing polynomial commitment schemes for use in zkSNARKs" keywords = ["aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge"] categories = ["cryptography::cryptocurrencies", "operating-systems"] license = "GPL-3.0" repository = "https://github.com/AleoHQ/snarkOS" [dependencies.derivative] version = "2" features = ["use_core"] [dependencies.digest] version = "0.8" [dependencies.rand_core] version = "0.5" default-features = false [dependencies.rayon] version = "1" optional = true [dependencies.snarkos-algorithms] version = "1.1.4" [dependencies.snarkos-errors] version = "1.1.4" [dependencies.snarkos-models] version = "1.1.4" [dependencies.snarkos-profiler] version = "1.1.4" [dependencies.snarkos-utilities] version = "1.1.4" [dev-dependencies.blake2] version = "0.8" default-features = false [dev-dependencies.rand] version = "0.7" default-features = false [features] default = ["std"] std = []