grin_config 2.0.0

Configuration for grin, 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "grin_config"
version = "2.0.0"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Configuration for grin, a simple, private and scalable cryptocurrency implementation based on the MimbleWimble chain format."
keywords = ["crypto", "grin", "mimblewimble"]
license = "Apache-2.0"
repository = "https://github.com/mimblewimble/grin"
[dependencies.dirs]
version = "1.0.3"

[dependencies.grin_core]
version = "2.0.0"

[dependencies.grin_p2p]
version = "2.0.0"

[dependencies.grin_servers]
version = "2.0.0"

[dependencies.grin_util]
version = "2.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"