# 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 = "epic_pool" version = "3.0.0" authors = ["Epic Foundation "] description = "Chain implementation for epic, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format." keywords = [ "crypto", "epic", "mimblewimble", ] license = "Apache-2.0" repository = "https://github.com/mimblewimble/epic" [dependencies.blake2-rfc] version = "0.2" [dependencies.chrono] version = "0.4.4" [dependencies.epic_core] version = "3.0.0" [dependencies.epic_keychain] version = "3.0.0" [dependencies.epic_store] version = "3.0.0" [dependencies.epic_util] version = "3.0.0" [dependencies.failure] version = "0.1" [dependencies.failure_derive] version = "0.1" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.6" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dev-dependencies.epic_chain] version = "3.0.0"