# 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-circuit-collections" version = "1.0.0" authors = ["The Aleo Team "] description = "Collections circuit library for a decentralized virtual machine" homepage = "https://aleo.org" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/AleoNet/snarkVM" [dependencies.console] version = "=1.0.0" optional = true package = "snarkvm-console-collections" [dependencies.snarkvm-circuit-algorithms] version = "=1.0.0" [dependencies.snarkvm-circuit-types] version = "=1.0.0" [dev-dependencies.anyhow] version = "1.0.73" [features] default = ["enable_console"] enable_console = ["console"]