# 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-objects" version = "0.4.0" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "Objects 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" [dependencies.anyhow] version = "1.0" [dependencies.bincode] version = "1.3" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.once_cell] version = "1.7.2" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.sha2] version = "0.9" [dependencies.snarkvm-algorithms] version = "0.4.0" default-features = false [dependencies.snarkvm-curves] version = "0.4.0" default-features = false [dependencies.snarkvm-parameters] version = "0.4.0" default-features = false [dependencies.snarkvm-utilities] version = "0.4.0" default-features = false [dependencies.thiserror] version = "1.0" [dev-dependencies.bincode] version = "1.3.2" [features] default = ["snarkvm-algorithms/default", "snarkvm-curves/default", "snarkvm-utilities/default"]