# 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-storage" version = "0.2.2" authors = ["The Aleo Team "] include = ["Cargo.toml", "src", "README.md", "LICENSE.md"] description = "Storage 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.40" [dependencies.bincode] version = "1.3.2" [dependencies.hex] version = "0.4.3" [dependencies.parking_lot] version = "0.11.1" [dependencies.rand] version = "0.8" [dependencies.rocksdb] version = "0.15.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.snarkvm-algorithms] version = "0.2.2" [dependencies.snarkvm-dpc] version = "0.2.2" [dependencies.snarkvm-objects] version = "0.2.2" [dependencies.snarkvm-parameters] version = "0.2.2" [dependencies.snarkvm-utilities] version = "0.2.2" [dependencies.thiserror] version = "1.0" [dev-dependencies]