# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "snarkvm-algorithms" version = "1.1.0" authors = ["The Aleo Team "] build = false include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Algorithms for a decentralized virtual machine" homepage = "https://aleo.org" readme = "README.md" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge", ] categories = [ "compilers", "cryptography", "mathematics", "wasm", "web-programming", ] license = "Apache-2.0" repository = "https://github.com/AleoNet/snarkVM" [lib] name = "snarkvm_algorithms" path = "src/lib.rs" [dependencies.aleo-std] version = "0.1.24" default-features = false [dependencies.anyhow] version = "1.0" [dependencies.blake2] version = "0.10" default-features = true [dependencies.cfg-if] version = "1.0.0" optional = true [dependencies.crossbeam-channel] version = "0.5" optional = true [dependencies.fxhash] version = "0.2.1" optional = true [dependencies.hashbrown] version = "0.14.0" [dependencies.hex] version = "0.4" [dependencies.indexmap] version = "2.0.0" optional = true [dependencies.itertools] version = "0.11.0" [dependencies.lazy_static] version = "1.4" optional = true [dependencies.num-traits] version = "0.2" [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3" default-features = false [dependencies.rand_core] version = "0.6" optional = true default-features = false [dependencies.rayon] version = "1" [dependencies.rust-gpu-tools] version = "0.7.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.sha2] version = "0.10" default-features = false [dependencies.smallvec] version = "1.11" features = [ "const_generics", "const_new", ] default-features = false [dependencies.snarkvm-algorithms-cuda] version = "=1.1.0" optional = true [dependencies.snarkvm-curves] version = "=1.1.0" default-features = false [dependencies.snarkvm-fields] version = "=1.1.0" default-features = false [dependencies.snarkvm-parameters] version = "=1.1.0" optional = true [dependencies.snarkvm-utilities] version = "=1.1.0" default-features = false [dependencies.thiserror] version = "1.0" [dependencies.wasm-bindgen-futures] version = "0.4" optional = true [dev-dependencies.bincode] version = "1" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.expect-test] version = "1.4.1" [dev-dependencies.serde_json] version = "1" features = ["preserve_order"] [dev-dependencies.serial_test] version = "2.0" [features] crypto_hash = [] cuda = ["snarkvm-algorithms-cuda"] default = [ "full", "snarkvm-curves/default", "snarkvm-fields/default", "snarkvm-utilities/default", ] fft = [] full = [ "crypto_hash", "fft", "msm", "polycommit_full", "r1cs", "snark", ] msm = [] polycommit = [ "crypto_hash", "fft", "msm", "rand_core", ] polycommit_full = [ "polycommit", "snarkvm-parameters/default", ] polycommit_wasm = [ "polycommit", "snarkvm-parameters/wasm", ] profiler = ["aleo-std/profiler"] r1cs = [ "cfg-if", "fxhash", "indexmap", ] serial = [ "snarkvm-curves/serial", "snarkvm-fields/serial", "snarkvm-utilities/serial", ] snark = [ "crypto_hash", "fft", "msm", "polycommit", "r1cs", ] test = [] wasm = [ "crypto_hash", "fft", "msm", "polycommit_wasm", "r1cs", "snark", "wasm-bindgen-futures", ]