# 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-errors" version = "0.0.6" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "Errors 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.base58] version = "0.1" [dependencies.bech32] version = "0.6" [dependencies.bincode] version = "1.3.2" [dependencies.curl] version = "0.4.34" optional = true [dependencies.hex] version = "0.4.2" [dependencies.thiserror] version = "1.0" [dev-dependencies.curl] version = "0.4.34" [features] default = ["remote"] remote = ["curl"]