# 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-console-algorithms" version = "1.0.0" authors = ["The Aleo Team "] description = "Console algorithms for a decentralized virtual machine" homepage = "https://aleo.org" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/AleoNet/snarkVM" [[bench]] name = "bhp" path = "benches/bhp.rs" harness = false [[bench]] name = "poseidon" path = "benches/poseidon.rs" harness = false [[bench]] name = "elligator2" path = "benches/elligator2.rs" harness = false [dependencies.blake2s_simd] version = "1.0" [dependencies.smallvec] version = "1.11" features = [ "const_generics", "const_new", ] default-features = false [dependencies.snarkvm-console-types] version = "=1.0.0" features = [ "field", "group", "integers", "scalar", ] default-features = false [dependencies.snarkvm-fields] version = "=1.0.0" default-features = false [dependencies.snarkvm-utilities] version = "=1.0.0" [dependencies.tiny-keccak] version = "2" features = [ "keccak", "sha3", ] [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.expect-test] version = "1.4" [dev-dependencies.hex] version = "0.4" [dev-dependencies.serde] version = "1.0" [dev-dependencies.serde_json] version = "1.0" features = ["preserve_order"]