[dependencies.chrono]
version = "0.4.24"
[dependencies.log]
version = "0.4.17"
[dependencies.tokio]
features = ["io-util"]
version = "1.27.0"
[dev-dependencies.env_logger]
version = "0.10.0"
[dev-dependencies.tokio]
features = ["macros", "net", "rt-multi-thread"]
version = "1.27.0"
[package]
authors = ["Alexandr Garbuzov <qwerty541zxc@gmail.com>"]
description = "This Rust library provides a wrapper for structures which implements `std::io::Read` and `std::io::Write` traits or their asynchronous analogues\nfrom tokio to enable logging of all read and write operations, errors and drop. Simple example of usage: logging traffic of TCP stream into console. \n"
edition = "2021"
keywords = ["io", "logging"]
license = "MIT"
license-file = "./LICENSE-MIT"
name = "logged-stream"
readme = "./README.md"
repository = "https://github.com/qwerty541/logged-stream"
version = "0.1.0"