# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "snarkvm-models" version = "0.0.6" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "Models for a decentralized virtual machine" homepage = "https://aleo.org" keywords = ["aleo", "cryptography", "blockchain", "decentralized", "zero-knowledge"] categories = ["cryptography::cryptocurrencies", "operating-systems"] license = "GPL-3.0" repository = "https://github.com/AleoHQ/snarkVM" [[bench]] name = "integer_arithmetic" path = "benches/integer_arithmetic.rs" harness = false [dependencies.anyhow] version = "1.0.38" [dependencies.bincode] version = "1.3.2" [dependencies.cfg-if] version = "1.0.0" [dependencies.derivative] version = "2" [dependencies.fxhash] version = "0.2.1" [dependencies.indexmap] version = "1.6.0" [dependencies.itertools] version = "0.10.0" [dependencies.rand] version = "0.8" default-features = false [dependencies.rand_xorshift] version = "0.3" default-features = false [dependencies.serde] version = "1.0.123" features = ["derive"] default-features = false [dependencies.snarkvm-errors] version = "0.0.6" default-features = false [dependencies.snarkvm-utilities] version = "0.0.6" default-features = false [dev-dependencies.criterion] version = "0.3" [features] default = ["snarkvm-errors/default", "snarkvm-utilities/default"]