# 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-ledger-puzzle-epoch" version = "1.0.0" authors = ["The Aleo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "Epoch 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/AleoNet/snarkVM" [dependencies.aleo-std] version = "0.1.24" optional = true default-features = false [dependencies.anyhow] version = "1.0.73" [dependencies.circuit] version = "=1.0.0" optional = true package = "snarkvm-circuit" [dependencies.colored] version = "2" [dependencies.console] version = "=1.0.0" package = "snarkvm-console" [dependencies.indexmap] version = "2.0" features = [ "serde", "rayon", ] [dependencies.lru] version = "0.12" optional = true [dependencies.parking_lot] version = "0.12" optional = true [dependencies.rand] version = "0.8" [dependencies.rand_chacha] version = "0.3.1" [dependencies.rayon] version = "1" optional = true [dependencies.snarkvm-ledger-puzzle] version = "=1.0.0" [dependencies.snarkvm-synthesizer-process] version = "=1.0.0" optional = true [dependencies.snarkvm-synthesizer-program] version = "=1.0.0" optional = true [dev-dependencies] [features] default = [ "synthesis", "rayon", ] merkle = [] serial = [ "console/serial", "snarkvm-ledger-puzzle/serial", ] synthesis = [ "aleo-std", "circuit", "lru", "parking_lot", "snarkvm-synthesizer-process", "snarkvm-synthesizer-program", ] timer = ["aleo-std/timer"] wasm = ["console/wasm"]