# 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 = "gringron_pool" version = "5.2.0-beta.3" authors = ["GrinGron Developers "] description = "Chain implementation for gringron, a simple, private and scalable cryptocurrency implementation based on the Mimblewimble chain format." keywords = [ "crypto", "gringron", "mimblewimble", ] license = "Apache-2.0" repository = "https://github.com/groncoin/gringron" [dependencies.blake2-rfc] version = "0.2" [dependencies.chrono] version = "0.4.11" [dependencies.gringron_core] version = "5.2.0-beta.3" [dependencies.gringron_keychain] version = "5.2.0-beta.3" [dependencies.gringron_util] version = "5.2.0-beta.3" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.6" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.thiserror] version = "1" [dev-dependencies.gringron_chain] version = "5.2.0-beta.3"