# 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-collections" version = "1.0.0" authors = ["The Aleo Team "] description = "Collections for a decentralized virtual machine" homepage = "https://aleo.org" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/AleoNet/snarkVM" [[bench]] name = "kary_merkle_tree" path = "benches/kary_merkle_tree.rs" harness = false [[bench]] name = "merkle_tree" path = "benches/merkle_tree.rs" harness = false [dependencies.aleo-std] version = "0.1.24" default-features = false [dependencies.rayon] version = "1" [dependencies.snarkvm-console-algorithms] version = "=1.0.0" [dependencies.snarkvm-console-types] version = "=1.0.0" features = [ "field", "integers", ] default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.indexmap] version = "2.0.0" [features] serial = [] timer = ["aleo-std/timer"]