async-trait 0.1.16

Type erasure for async trait methods
Documentation
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "visit-mut"]
version = "1.0"

[features]
support_old_nightly = []

[lib]
proc-macro = true

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
description = "Type erasure for async trait methods"
documentation = "https://docs.rs/async-trait"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "async-trait"
readme = "README.md"
repository = "https://github.com/dtolnay/async-trait"
version = "0.1.16"