async-trait 0.1.76

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

[dependencies.quote]
version = "1.0.29"

[dependencies.syn]
features = ["full", "visit-mut"]
version = "2.0.23"
[dev-dependencies.futures]
version = "0.3.30"

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

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

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

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

[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 = "2021"
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.76"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]