# 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-parameters" 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 = "Parameters 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_parameters" path = "src/lib.rs" [dependencies.aleo-std] version = "0.1.24" features = ["storage"] default-features = false [dependencies.anyhow] version = "1" [dependencies.bincode] version = "1" [dependencies.cfg-if] version = "1.0" [dependencies.colored] version = "2" optional = true [dependencies.encoding] version = "0.2" optional = true [dependencies.hex] version = "0.4.3" [dependencies.indexmap] version = "2.0" [dependencies.itertools] version = "0.11.0" [dependencies.js-sys] version = "0.3.64" optional = true [dependencies.lazy_static] version = "1.4" [dependencies.parking_lot] version = "0.12" [dependencies.paste] version = "1" [dependencies.rand] version = "0.8" [dependencies.serde_json] version = "1" features = ["preserve_order"] [dependencies.sha2] version = "0.10" default-features = false [dependencies.snarkvm-curves] version = "=1.1.0" default-features = false [dependencies.snarkvm-utilities] version = "=1.1.0" [dependencies.thiserror] version = "1.0" [dependencies.web-sys] version = "0.3.64" features = ["XmlHttpRequest"] optional = true [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.8" [dev-dependencies.wasm-bindgen-test] version = "0.3.37" [features] default = [ "colored", "remote", ] no_std_out = [] remote = ["curl"] wasm = [ "encoding", "js-sys", "web-sys", ] [target.'cfg(not(target_family = "wasm"))'.dependencies.curl] version = "0.4.43" optional = true