[package] name = "and-then2" version = "0.1.1" authors = ["mexus "] description = "An alternative to a traditional `Future::and_then` combinator" license = "MIT/Apache-2.0" keywords = ["futures", "and_then", "and_then2"] readme = "README.md" repository = "https://gitlab.com/mexus/and-then2" documentation = "https://docs.rs/and-then2/" [dependencies] futures = "0.1"