# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "pchain-world-state" version = "0.4.2" authors = ["ParallelChain Lab "] description = "Definitions of structs, functions, and methods for read-write world state from and into a persistent storage in ParallelChain Protocol" readme = "README.md" keywords = [ "blockchain", "parallelchain", "crypto", "library", ] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/parallelchain-io/pchain-world-state" [lib] doctest = false [dependencies.anyhow] version = "1.0" [dependencies.base64url] version = "0.1.0" [dependencies.borsh] version = "=0.10.2" [dependencies.hash-db] version = "0.15.2" [dependencies.keccak-hasher] version = "0.15.3" [dependencies.pchain-types] version = "0.4.3" [dependencies.reference-trie] version = "0.25.0" [dependencies.trie-db] version = "0.23.1" [dev-dependencies.rand] version = "0.7"