# 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 = "2018" name = "snarkos-parameters" version = "1.3.17" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "Parameters for a decentralized operating system" homepage = "https://aleo.org" keywords = ["aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge"] categories = ["cryptography::cryptocurrencies", "operating-systems"] license = "GPL-3.0" repository = "https://github.com/AleoHQ/snarkOS" [dependencies.curl] version = "0.4.36" optional = true [dependencies.snarkvm-algorithms] version = "=0.7.9" default-features = false [dependencies.snarkvm-parameters] version = "=0.7.9" [dependencies.snarkvm-utilities] version = "=0.7.9" default-features = false [dev-dependencies.chrono] version = "0.4" features = ["serde"] [dev-dependencies.curl] version = "0.4.34" [dev-dependencies.hex] version = "0.4.2" [dev-dependencies.rand] version = "0.8" [dev-dependencies.snarkos-consensus] version = "1.3.4" [dev-dependencies.snarkos-storage] version = "1.3.4" [dev-dependencies.snarkvm-curves] version = "=0.7.9" [dev-dependencies.snarkvm-dpc] version = "=0.7.9" [dev-dependencies.snarkvm-marlin] version = "=0.7.9" [dev-dependencies.snarkvm-posw] version = "=0.7.9" [features] default = ["remote", "snarkvm-algorithms/default"] remote = ["curl"]