ppp-stream 0.1.1

Adds ProxyProtocol parsing to AsyncRead streams
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"
name = "ppp-stream"
version = "0.1.1"
description = "Adds ProxyProtocol parsing to AsyncRead streams"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/conblem/ppp-stream"

[dependencies.futures-util]
version = "0.3"

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.ppp]
version = "2"

[dependencies.tokio]
version = "1"
features = []

[dependencies.tokio-util]
version = "0.7"
features = ["io"]

[dev-dependencies.tokio]
version = "1"
features = ["macros"]

[dev-dependencies.tokio-util]
version = "0.7"
features = ["io-util"]