async-trait 0.1.83

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

[dependencies.quote]
version = "1.0.35"

[dependencies.syn]
default-features = false
features = ["full", "parsing", "printing", "proc-macro", "visit-mut"]
version = "2.0.46"

[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]
name = "async_trait"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "no-std"]
description = "Type erasure for async trait methods"
documentation = "https://docs.rs/async-trait"
edition = "2021"
exclude = ["build.rs"]
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.83"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]

[[test]]
name = "compiletest"
path = "tests/compiletest.rs"

[[test]]
name = "test"
path = "tests/test.rs"