[package]
name = "network_peers_discovery"
version = "0.0.2"
authors = ["Brian Taylor <brian@resolvingarchitecture.io>"]
license-file = "LICENSE"
edition = "2018"
description = "A process for discovery peers in a decentralized fashion."
homepage = "http://resolvingarchitecture.io"
documentation = "https://github.com/resolvingarchitecture/network-peers-discovery"
repository = "https://github.com/resolvingarchitecture/network-peers-discovery"
publish = true
readme = "README.md"
keywords = ["decentralized-net","decentralization","p2p","peer-to-peer"]
categories = ["command-line-utilities"]
[dependencies]
log = "0.4.8"
failure = "0.1.5"
exitfailure = "0.5.1"
mongodb = "0.9.1"
rusted_cypher = "1.1.0"
ra_common = "0.0.2"
[dev-dependencies]
assert_cmd = "0.10"