[package] name = "libp2p-blake-streams" version = "0.1.1" authors = ["David Craven "] 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"