[package] name = "async_fn_traits" version = "0.1.1" authors = ["Frank Steffahn "] license = "MIT OR Apache-2.0" description = """ Trait synonyms for “Fn[…]”-trait bounds returning futures """ repository = "https://github.com/steffahn/async_fn_traits" homepage = "https://github.com/steffahn/async_fn_traits" documentation = "https://docs.rs/async_fn_traits" keywords = ["async"] categories = ["no-std", "rust-patterns"] readme = "README.md" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] paste = "1.0.6"