grin_p2p 0.5.1

Chain implementation 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_p2p"
version = "0.5.1"
authors = ["Grin Developers <mimblewimble@lists.launchpad.net>"]
description = "Chain implementation 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.bitflags]
version = "1"

[dependencies.bytes]
version = "0.4"

[dependencies.chrono]
version = "0.4.4"
features = ["serde"]

[dependencies.enum_primitive]
version = "0.1"

[dependencies.grin_core]
version = "0.5.1"

[dependencies.grin_store]
version = "0.5.1"

[dependencies.grin_util]
version = "0.5.1"

[dependencies.lmdb-zero]
version = "0.4.4"

[dependencies.log]
version = "0.4"

[dependencies.net2]
version = "0.2"

[dependencies.num]
version = "0.1"

[dependencies.rand]
version = "0.5"

[dependencies.serde]
version = "1"

[dependencies.serde_derive]
version = "1"
[dev-dependencies.grin_pool]
version = "0.5.1"