[package] name = "split-stream-by" description = "Stream extension crate for splitting a Stream into two per a predicate" authors = ["Andrew Burkett "] license = "MIT" repository = "https://github.com/drewkett/split-stream-by" version = "0.1.0" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3" pin-project = "1" [dev-dependencies] tokio = { version = "1", features = ["rt-multi-thread", "macros"] }