[package] name = "select-next-any" version = "0.1.0" authors = ["Nate Mara "] edition = "2018" license = "MIT" repository = "https://github.com/nate-onesignal/select-next-any" description = "Alternative to futures::StreamExt::select_next_some that returns the None variant" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] futures = "0.3.1"