# 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-algorithms" version = "1.1.4" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "Algorithms 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" [[example]] name = "gm17" path = "examples/snark/gm17.rs" required-features = ["rand", "snarkos-curves/bls12_377", "snarkos-models/gadgets"] [dependencies.blake2] version = "0.8.1" [dependencies.derivative] version = "2" [dependencies.digest] version = "0.8.1" [dependencies.itertools] version = "0.9.0" [dependencies.rand] version = "0.7" [dependencies.rand_chacha] version = "0.2.2" [dependencies.rayon] version = "1" [dependencies.sha2] version = "0.9" [dependencies.smallvec] version = "1.4" [dependencies.snarkos-errors] version = "1.1.4" default-features = false [dependencies.snarkos-models] version = "1.1.4" default-features = false [dependencies.snarkos-profiler] version = "1.1.4" [dependencies.snarkos-utilities] version = "1.1.4" default-features = false [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" [features] default = ["pedersen-parallel", "snarkos-errors/default", "snarkos-models/default", "snarkos-utilities/default"] pedersen-parallel = [] print-trace = ["snarkos-profiler/print-trace"]