libp2p-deflate 0.40.1

Deflate encryption protocol for libp2p
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

[package.metadata.docs.rs]
all-features = true
rustc-args = [
    "--cfg",
    "docsrs",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3.28"

[dependencies.libp2p-core]
version = "0.40.1"

[dev-dependencies.async-std]
version = "1.6.2"

[dev-dependencies.futures_ringbuf]
version = "0.4.0"

[dev-dependencies.libp2p-tcp]
version = "0.40.0"
features = ["async-io"]

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