mwc_config 5.3.9

Configuration for mwc, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format.
Documentation
# 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 = "mwc_config"
version = "5.3.9"
authors = ["Mwc Developers <info@mwc.mw>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Configuration for mwc, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
readme = false
keywords = [
    "crypto",
    "mwc",
    "mimblewimble",
]
license = "Apache-2.0"
repository = "https://github.com/mwcproject/mwc-node"

[lib]
name = "mwc_config"
path = "src/lib.rs"

[dependencies.dirs]
version = "2.0"

[dependencies.mwc_core]
version = "5.3.9"

[dependencies.mwc_p2p]
version = "5.3.9"

[dependencies.mwc_servers]
version = "5.3.9"

[dependencies.mwc_util]
version = "5.3.9"

[dependencies.rand]
version = "0.6"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"

[dependencies.thiserror]
version = "1"

[dependencies.toml]
version = "0.5"

[dev-dependencies.pretty_assertions]
version = "0.6.1"