# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "tokio-stream-ext" version = "0.1.5" authors = ["Alex Halemba "] description = "Stream extension with new operators, this will grow over the time" readme = "./README.md" keywords = ["Stream", "Rx", "operators", "future", "tokio"] license-file = "./LICENCE" repository = "https://github.com/Alexander89/tokio-stream-ext" [lib] path = "src/lib.rs" [dependencies.futures] version = "0.3.16" [dependencies.pin-project-lite] version = "0.2.7" [dependencies.tokio] version = "1.10.1" [dependencies.tokio-stream] version = "0.1.7" [dev-dependencies.tokio] version = "1.10.1" features = ["full"] [dev-dependencies.tokio-stream] version = "0.1.7"