[package] name = "future-result" description = "An ideomatic way of mapping a Result to a Future of Result" version = "0.1.0" license = "MIT OR Apache-2.0" authors = ["Iovoslav Iovchev "] edition = "2018" readme = "readme.md" repository = "https://gitlab.com/IovoslavIovchev/future-result.git" [dependencies] async-trait = "0.1.36" [dev-dependencies] futures = "0.3.5"