libp2p-blake-streams 0.1.0

Performant authenticated replicated streams.
Documentation
[package]
name = "libp2p-blake-streams"
version = "0.1.0"
authors = ["David Craven <david@craven.ch>"]
edition = "2018"
description = "Performant authenticated replicated streams."
repository = "https://github.com/ipfs-rust/blake-streams"
license = "ISC"

[dependencies]
anyhow = "1.0.41"
async-trait = "0.1.50"
blake-streams-core = { version = "0.1.0", path = "../core" }
fnv = "1.0.7"
futures = "0.3.15"
libp2p = { version = "0.39.1", default-features = false, features = ["request-response"] }
tracing = "0.1.26"
zerocopy = "0.5.0"

[dev-dependencies]
async-std = { version = "1.9.0", features = ["attributes"] }
futures = "0.3.15"
libp2p = "0.39.1"
rand = "0.8.4"
tempdir = "0.3.7"
tracing-subscriber = "0.2.18"