[package] name = "tokio-stream-ext" version = "0.1.5" description = "Stream extension with new operators, this will grow over the time" authors = ["Alex Halemba "] edition = "2018" repository = "https://github.com/Alexander89/tokio-stream-ext" license-file = "./LICENCE" readme = "./README.md" keywords = ["Stream", "Rx", "operators", "future", "tokio"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] path = "src/lib.rs" [dependencies] futures = "0.3.16" pin-project-lite = "0.2.7" tokio-stream = "0.1.7" tokio = { version = "1.10.1" } [dev-dependencies] tokio = { version = "1.10.1", features = ["full"] } tokio-stream = "0.1.7"