# 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-r1cs" version = "0.12.2" authors = ["The Aleo Team "] include = [ "Cargo.toml", "src", "README.md", "LICENSE.md", ] description = "R1CS 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" [dependencies.anyhow] version = "1.0.71" [dependencies.cfg-if] version = "1.0.0" [dependencies.fxhash] version = "0.2.1" [dependencies.indexmap] version = "1.9.3" [dependencies.itertools] version = "0.10.3" [dependencies.snarkvm-curves] version = "=0.12.2" default-features = false [dependencies.snarkvm-fields] version = "=0.12.2" default-features = false [dependencies.snarkvm-utilities] version = "=0.12.2" [dependencies.thiserror] version = "1.0" [features] default = []