# 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-wasm" version = "1.0.0" authors = ["The Aleo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "WASM 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" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.getrandom] version = "0.2" features = ["js"] [dependencies.snarkvm-circuit-network] version = "=1.0.0" features = ["wasm"] optional = true [dependencies.snarkvm-console] version = "=1.0.0" features = ["wasm"] optional = true [dependencies.snarkvm-curves] version = "=1.0.0" optional = true [dependencies.snarkvm-fields] version = "=1.0.0" optional = true [dependencies.snarkvm-ledger-block] version = "=1.0.0" features = ["wasm"] optional = true [dependencies.snarkvm-ledger-query] version = "=1.0.0" features = [ "async", "wasm", ] optional = true [dependencies.snarkvm-ledger-store] version = "=1.0.0" features = ["wasm"] optional = true [dependencies.snarkvm-synthesizer] version = "=1.0.0" features = [ "async", "wasm", ] optional = true default-features = false [dependencies.snarkvm-utilities] version = "=1.0.0" features = ["wasm"] optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3.37" [features] circuit = ["snarkvm-circuit-network"] console = ["snarkvm-console"] curves = ["snarkvm-curves"] default = ["full"] fields = ["snarkvm-fields"] full = [ "circuit", "console", "curves", "fields", "ledger", "synthesizer", "utilities", ] ledger = [ "snarkvm-ledger-block", "snarkvm-ledger-query", "snarkvm-ledger-store", ] synthesizer = ["snarkvm-synthesizer"] utilities = ["snarkvm-utilities"]