pea2pea 0.29.0

A small library allowing simple and quick creation of custom P2P nodes and networks.
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.once_cell]
features = ["parking_lot"]
version = "1"

[dependencies.parking_lot]
version = "0.11"

[dependencies.tokio]
features = ["io-util", "net", "parking_lot", "rt", "sync", "time"]
version = "1.14"

[dependencies.tracing]
default-features = false
version = "0.1"
[dev-dependencies.bincode]
version = "1"

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.circular-queue]
version = "0.2"

[dev-dependencies.peak_alloc]
version = "0.1"

[dev-dependencies.rand]
default-features = false
features = ["getrandom", "small_rng"]
version = "0.8"

[dev-dependencies.serde]
default-features = false
features = ["derive"]
version = "1"

[dev-dependencies.snow]
version = "0.8"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.14"

[dev-dependencies.tracing-subscriber]
default-features = false
features = ["ansi", "env-filter", "fmt", "parking_lot", "smallvec"]
version = "0.3"

[features]
test = []

[lib]
crate-type = ["lib"]

[package]
authors = ["ljedrz <ljedrz@gmail.com>"]
categories = ["network-programming", "asynchronous"]
description = "A small library allowing simple and quick creation of custom P2P nodes and networks."
documentation = "https://docs.rs/pea2pea"
edition = "2018"
keywords = ["p2p", "peer-to-peer", "networking"]
license = "CC0-1.0"
name = "pea2pea"
readme = "README.md"
repository = "https://github.com/ljedrz/pea2pea"
version = "0.29.0"