[dependencies.bincode]
version = "1"
[dependencies.circuit]
package = "snarkvm-circuit"
version = "=1.1.0"
[dependencies.colored]
optional = true
version = "2"
[dependencies.console]
default-features = false
features = ["network"]
package = "snarkvm-console"
version = "=1.1.0"
[dependencies.once_cell]
version = "1.18"
[dependencies.serde_json]
features = ["preserve_order"]
version = "1.0"
[dependencies.snarkvm-algorithms]
version = "=1.1.0"
[dev-dependencies]
[features]
aleo-cli = ["colored"]
cuda = ["snarkvm-algorithms/cuda"]
default = []
serial = ["console/serial", "snarkvm-algorithms/serial"]
wasm = ["console/wasm", "snarkvm-algorithms/wasm"]
[lib]
name = "snarkvm_synthesizer_snark"
path = "src/lib.rs"
[package]
authors = ["The Aleo Team <hello@aleo.org>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compilers", "cryptography", "mathematics", "wasm", "web-programming"]
description = "SNARK wrappers for a decentralized virtual machine"
edition = "2021"
homepage = "https://aleo.org"
include = ["Cargo.toml", "src", "README.md", "LICENSE.md"]
keywords = ["aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge"]
license = "Apache-2.0"
name = "snarkvm-synthesizer-snark"
readme = "README.md"
repository = "https://github.com/AleoNet/snarkVM"
version = "1.1.0"