libp2p-deflate 0.40.1

Deflate encryption protocol for libp2p
Documentation
[package]
name = "libp2p-deflate"
edition = "2021"
rust-version = { workspace = true }
description = "Deflate encryption protocol for libp2p"
version = "0.40.1"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
keywords = ["peer-to-peer", "libp2p", "networking"]
categories = ["network-programming", "asynchronous"]

[dependencies]
futures = "0.3.28"
libp2p-core = { workspace = true }
flate2 = "1.0"

[dev-dependencies]
async-std = "1.6.2"
libp2p-tcp = { workspace = true, features = ["async-io"] }
quickcheck = { workspace = true }
rand = "0.8"
futures_ringbuf = "0.4.0"

# Passing arguments to the docsrs builder in order to properly document cfg's. 
# More information: https://docs.rs/about/builds#cross-compiling
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
rustc-args = ["--cfg", "docsrs"]

[lints]
workspace = true