1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14rust-version = "1.56" 15name = "async-trait" 16version = "0.1.74" 17authors = ["David Tolnay <dtolnay@gmail.com>"] 18description = "Type erasure for async trait methods" 19documentation = "https://docs.rs/async-trait" 20readme = "README.md" 21keywords = ["async"] 22categories = [ 23 "asynchronous", 24 "no-std", 25] 26license = "MIT OR Apache-2.0" 27repository = "https://github.com/dtolnay/async-trait" 28 29[package.metadata.docs.rs] 30rustdoc-args = ["--generate-link-to-definition"] 31targets = ["x86_64-unknown-linux-gnu"] 32 33[lib] 34proc-macro = true 35 36[dependencies.proc-macro2] 37version = "1.0.63" 38 39[dependencies.quote] 40version = "1.0.29" 41 42[dependencies.syn] 43version = "2.0.23" 44features = [ 45 "full", 46 "visit-mut", 47] 48 49[dev-dependencies.futures] 50version = "0.3.28" 51 52[dev-dependencies.rustversion] 53version = "1.0.13" 54 55[dev-dependencies.tracing] 56version = "0.1.37" 57 58[dev-dependencies.tracing-attributes] 59version = "0.1.26" 60 61[dev-dependencies.trybuild] 62version = "1.0.81" 63features = ["diff"] 64