async-trait 0.1.68

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 = "2.0.9"
[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.rustversion]
version = "1.0"

[dev-dependencies.tracing]
version = "0.1.14"

[dev-dependencies.tracing-attributes]
version = "0.1.14"

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

[lib]
proc-macro = true

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
categories = ["asynchronous", "no-std"]
description = "Type erasure for async trait methods"
documentation = "https://docs.rs/async-trait"
edition = "2018"
keywords = ["async"]
license = "MIT OR Apache-2.0"
name = "async-trait"
readme = "README.md"
repository = "https://github.com/dtolnay/async-trait"
rust-version = "1.56"
version = "0.1.68"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]