async-trait 0.1.30

Type erasure for async trait methods
Documentation
[badges.travis-ci]
repository = "dtolnay/async-trait"
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

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

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.19"

[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.30"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]