peekable 0.4.1

Peekable reader and async reader, which enhance your network programming experience.
Documentation
[dependencies.bytes]
optional = true
version = "1"

[dependencies.futures-util]
features = ["io"]
optional = true
version = "0.3"

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

[dependencies.smallvec]
optional = true
version = "1"

[dependencies.tinyvec]
features = ["alloc"]
optional = true
version = "1"

[dependencies.tokio]
default-features = false
features = ["io-util"]
optional = true
version = "1"

[dev-dependencies.futures]
features = ["executor"]
version = "0.3"

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

[features]
default = ["smallvec"]
future = ["futures-util", "pin-project-lite"]
tokio = ["dep:tokio", "pin-project-lite", "bytes"]

[lib]
name = "peekable"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "development-tools"]
description = "Peekable reader and async reader, which enhance your network programming experience."
documentation = "https://docs.rs/peekable"
edition = "2021"
homepage = "https://github.com/al8n/peekable"
keywords = ["peek", "io", "async", "tokio", "futures"]
license = "MIT OR Apache-2.0"
name = "peekable"
readme = "README.md"
repository = "https://github.com/al8n/peekable"
rust-version = "1.56"
version = "0.4.1"

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