# 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-synthesizer-coinbase" version = "0.13.0" authors = ["The Aleo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "Coinbase puzzle 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/AleoHQ/snarkVM" [[bench]] name = "coinbase_puzzle" path = "benches/coinbase_puzzle.rs" harness = false required-features = ["setup"] [dependencies.anyhow] version = "1.0.71" [dependencies.bincode] version = "1" [dependencies.blake2] version = "0.10" default-features = false [dependencies.console] version = "=0.13.0" package = "snarkvm-console" [dependencies.itertools] version = "0.11.0" [dependencies.rayon] version = "1" [dependencies.serde_json] version = "1.0" features = ["preserve_order"] [dependencies.snarkvm-algorithms] version = "=0.13.0" [dependencies.snarkvm-curves] version = "=0.13.0" [dependencies.snarkvm-fields] version = "=0.13.0" [dependencies.snarkvm-synthesizer-snark] version = "=0.13.0" [dependencies.snarkvm-utilities] version = "=0.13.0" default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8" [features] cuda = ["snarkvm-algorithms/cuda"] default = [] serial = [ "console/serial", "snarkvm-algorithms/serial", "snarkvm-curves/serial", "snarkvm-fields/serial", "snarkvm-utilities/serial", ] setup = [] wasm = [ "console/wasm", "snarkvm-algorithms/wasm", "snarkvm-utilities/wasm", ]