# 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 = "snarkos-errors" version = "1.1.4" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "Errors for a decentralized operating system" 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/snarkOS" [dependencies.base58] version = "0.1" [dependencies.bech32] version = "0.6" [dependencies.bincode] version = "1.3.1" [dependencies.curl] version = "0.4.33" optional = true [dependencies.hex] version = "0.4.2" [dependencies.jsonrpc-core] version = "14.2.0" [dependencies.rocksdb] version = "0.13.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.toml] version = "0.5.6" [dev-dependencies.curl] version = "0.4.33" [features] default = ["librocksdb", "remote"] librocksdb = ["rocksdb"] remote = ["curl"]