async_auto_traits 0.1.0

Assert and mask auto traits in `async fn` return types
Documentation
[dependencies.proc-macro2]
version = "1.0.24"

[dependencies.quote]
version = "1.0.8"

[dependencies.syn]
features = ["parsing", "full"]
version = "1.0.60"

[lib]
proc-macro = true

[package]
authors = ["Jonas Platte <jplatte@posteo.de>"]
description = "Assert and mask auto traits in `async fn` return types"
edition = "2018"
license = "MIT"
name = "async_auto_traits"
repository = "https://github.com/jplatte/async_auto_traits"
version = "0.1.0"