# 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.63.0" name = "logged-stream" version = "0.4.0" authors = ["Alexandr Garbuzov "] build = false include = [ "src/**/*", "Cargo.toml", "CHANGELOG.md", "LICENSE-*", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Logging of all read/write operations, errors and drop of underlying IO object." homepage = "https://github.com/qwerty541/logged-stream" documentation = "https://docs.rs/logged-stream" readme = "README.md" keywords = [ "io", "logging", "async", "network", ] categories = [ "asynchronous", "data-structures", "development-tools::debugging", "network-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qwerty541/logged-stream" [lib] name = "logged_stream" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.21" [dependencies.tokio] version = "1.38.0" features = ["io-util"] default-features = false [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.env_logger] version = "0.10.1" [dev-dependencies.tokio] version = "1.38.0" features = [ "macros", "net", "rt-multi-thread", ] default-features = false