[package] name = "maybe-future" version = "1.0.1" edition = "2021" authors = ["Protryon "] license = "Apache-2.0" repository = "https://github.com/protryon/maybe-future" description = "Future that can be None" keywords = [ "future", "futures", "option", "async" ] [dependencies] pin-project-lite = "0.2"