gossip 0.0.3

A generic gossip library that uses gossip-based peer sampling
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 = "gossip"
version = "0.0.3"
authors = ["Pouriya Zarbafian <pouriya.zarbafian@gmail.com>"]
exclude = ["tests/*", ".gitignore", "README.md"]
description = "A generic gossip library that uses gossip-based peer sampling"
readme = "README.md"
keywords = ["distributed-systems", "gossip-protocol", "peer-sampling", "random-graph", "overlay-network"]
categories = ["algorithms"]
license = "MIT"
repository = "https://github.com/pouriya-zarbafian/gossip.git"
[dependencies.blake3]
version = "0.3.7"

[dependencies.log]
version = "0.4.11"

[dependencies.rand]
version = "0.7.3"

[dependencies.serde]
version = "1.0.118"
features = ["derive"]

[dependencies.serde_cbor]
version = "0.11.1"
[dev-dependencies.log4rs]
version = "1.0.0"