logged-stream 0.2.3

This Rust library provides a wrapper for io objects like `std::net::TcpStream` to enable logging of all read and write operations, errors and drop.
Documentation
[dependencies.chrono]
version = "0.4.24"

[dependencies.itertools]
version = "0.10.5"

[dependencies.log]
version = "0.4.17"

[dependencies.tokio]
default-features = false
features = ["io-util"]
version = "1.27.0"
[dev-dependencies.env_logger]
version = "0.10.0"

[dev-dependencies.tokio]
default-features = false
features = ["macros", "net", "rt-multi-thread"]
version = "1.27.0"

[package]
authors = ["Alexandr Garbuzov <qwerty541zxc@gmail.com>"]
categories = ["asynchronous", "data-structures", "development-tools::debugging", "network-programming"]
description = "This Rust library provides a wrapper for io objects like `std::net::TcpStream` to enable logging of all read and write operations, errors and drop."
documentation = "https://docs.rs/logged-stream"
edition = "2021"
exclude = [".github", ".vscode", "examples", ".gitignore", "rustfmt.toml"]
homepage = "https://github.com/qwerty541/logged-stream"
keywords = ["io", "logging", "async", "network"]
license = "MIT OR Apache-2.0"
name = "logged-stream"
readme = "./README.md"
repository = "https://github.com/qwerty541/logged-stream"
rust-version = "1.60.0"
version = "0.2.3"