# 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-types" version = "0.4.3" authors = ["ParallelChain Lab "] description = "Data types defined in the ParallelChain Protocol" readme = "README.md" keywords = [ "blockchain", "parallelchain", "crypto", "library", ] categories = ["cryptography::cryptocurrencies"] license = "Apache-2.0" repository = "https://github.com/parallelchain-io/pchain-types-rust" [lib] doctest = false [dependencies.borsh] version = "=0.10.2" [dependencies.ed25519-dalek] version = "1.0.1" [dependencies.hotstuff_rs] version = "0.2" [dependencies.rs_merkle] version = "1.1" [dependencies.sha2] version = "0.10" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.rand] version = "0.7"