# 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-benchmarks" version = "1.1.4" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "Benchmarks for a decentralized operating system" homepage = "https://aleo.org" keywords = ["aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge"] categories = ["cryptography::cryptocurrencies", "operating-systems"] license = "GPL-3.0" repository = "https://github.com/AleoHQ/snarkOS" [[bench]] name = "snark" path = "algorithms/snark/snark.rs" harness = false [[bench]] name = "posw" path = "posw/posw.rs" harness = false [dependencies.criterion] version = "0.3.3" [dependencies.derivative] version = "2" [dependencies.digest] version = "0.7" [dependencies.rand] version = "0.7" [dependencies.rayon] version = "1" [dependencies.sha2] version = "0.9" [dependencies.smallvec] version = "1.4" [dependencies.snarkos-algorithms] version = "1.1.4" [dependencies.snarkos-curves] version = "1.1.4" [dependencies.snarkos-errors] version = "1.1.4" [dependencies.snarkos-marlin] version = "1.1.4" [dependencies.snarkos-models] version = "1.1.4" [dependencies.snarkos-posw] version = "1.1.4" features = ["test-helpers"] [dependencies.snarkos-profiler] version = "1.1.4" [dependencies.snarkos-utilities] version = "1.1.4" [dev-dependencies.criterion] version = "0.3.3" [dev-dependencies.csv] version = "1" [dev-dependencies.rand_xorshift] version = "0.2" [dev-dependencies.snarkos-curves] version = "1.1.4"