# 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-compiler" version = "0.9.0" authors = ["The Aleo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "Compiler for a decentralized virtual machine" homepage = "https://aleo.org" keywords = [ "aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge", ] categories = [ "compilers", "cryptography", "mathematics", "wasm", "web-programming", ] license = "GPL-3.0" repository = "https://github.com/AleoHQ/snarkVM" resolver = "2" [dependencies.anyhow] version = "1.0.62" [dependencies.circuit] version = "0.9.0" package = "snarkvm-circuit" [dependencies.colored] version = "2" [dependencies.console] version = "0.9.0" package = "snarkvm-console" [dependencies.indexmap] version = "1.8" features = [ "serde", "rayon", ] [dependencies.once_cell] version = "1.13" [dependencies.parking_lot] version = "0.12" [dependencies.paste] version = "1.0.8" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.snarkvm-algorithms] version = "0.9.0" [dependencies.snarkvm-curves] version = "0.9.0" [dependencies.snarkvm-fields] version = "0.9.0" [dependencies.snarkvm-parameters] version = "0.9.0" [dependencies.snarkvm-utilities] version = "0.9.0" default-features = false [dependencies.time] version = "0.3.14" [dependencies.tracing] version = "0.1" [dev-dependencies.bincode] version = "1.3" [dev-dependencies.regex] version = "1.6" [dev-dependencies.serial_test] version = "0.9" [dev-dependencies.tracing-test] version = "0.2" [features] aleo-cli = [] default = ["parallel"] parallel = [ "rayon", "snarkvm-fields/parallel", "snarkvm-utilities/parallel", ]