# 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-network" version = "1.0.0" authors = ["The Aleo Team "] description = "Network console library for a decentralized virtual machine" homepage = "https://aleo.org" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/AleoNet/snarkVM" [dependencies.anyhow] version = "1.0.73" [dependencies.indexmap] version = "2" [dependencies.itertools] version = "0.11.0" [dependencies.lazy_static] version = "1.4" [dependencies.once_cell] version = "1.18" [dependencies.paste] version = "1" [dependencies.serde] version = "1.0" [dependencies.snarkvm-algorithms] version = "=1.0.0" features = ["snark"] default-features = false [dependencies.snarkvm-console-algorithms] version = "=1.0.0" [dependencies.snarkvm-console-collections] version = "=1.0.0" [dependencies.snarkvm-console-network-environment] version = "=1.0.0" [dependencies.snarkvm-console-types] version = "=1.0.0" features = [ "field", "group", "scalar", ] default-features = false [dependencies.snarkvm-curves] version = "=1.0.0" default-features = false [dependencies.snarkvm-fields] version = "=1.0.0" default-features = false [dependencies.snarkvm-parameters] version = "=1.0.0" [dependencies.snarkvm-utilities] version = "=1.0.0" [features] default = ["snarkvm-algorithms/polycommit_full"] test = [] wasm = [ "snarkvm-algorithms/polycommit_wasm", "snarkvm-parameters/wasm", ]