# 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_config" version = "3.0.0" authors = ["Epic Foundation "] description = "Configuration 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.dirs] version = "1.0.3" [dependencies.epic_core] version = "3.0.0" [dependencies.epic_p2p] version = "3.0.0" [dependencies.epic_servers] version = "3.0.0" [dependencies.epic_util] version = "3.0.0" [dependencies.rand] version = "0.6" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.toml] version = "0.4" [dev-dependencies.pretty_assertions] version = "0.5.1"