# 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 = "tokio-stream-extra" version = "0.0.3" authors = ["Vlad Eminovici "] exclude = ["/coverage"] description = "A crate for stream extensions." documentation = "https://docs.rs/tokio-stream-extra" readme = "README.md" keywords = [ "stream", "tokio", ] license = "MIT OR Apache-2.0" repository = "https://github.com/veminovici/tokio-stream-extra" [dependencies.futures] version = "0.3" [dependencies.pin-project] version = "1.0" [dev-dependencies.tokio] version = "1.23" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1.11" features = ["io-util"] [dev-dependencies.tokio-test] version = "0.4"