blob: 2673f52f16afc0472ec9132ff2b72ff7006ed0d5 [file] [log] [blame]
Andrew Walbrand1b91c72020-08-11 17:12:08 +01001# 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
Joel Galensonaa9cbeb2021-08-09 10:24:16 -07006# to registry (e.g., crates.io) dependencies.
Andrew Walbrand1b91c72020-08-11 17:12:08 +01007#
Joel Galensonaa9cbeb2021-08-09 10:24:16 -07008# 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.
Andrew Walbrand1b91c72020-08-11 17:12:08 +010011
12[package]
13edition = "2018"
14name = "async-trait"
Joel Galensonaa9cbeb2021-08-09 10:24:16 -070015version = "0.1.51"
Andrew Walbrand1b91c72020-08-11 17:12:08 +010016authors = ["David Tolnay <dtolnay@gmail.com>"]
17description = "Type erasure for async trait methods"
18documentation = "https://docs.rs/async-trait"
19readme = "README.md"
Jeff Vander Stoepf833bce2021-04-21 14:43:55 +020020keywords = ["async"]
Andrew Walbrand1b91c72020-08-11 17:12:08 +010021license = "MIT OR Apache-2.0"
22repository = "https://github.com/dtolnay/async-trait"
23[package.metadata.docs.rs]
24targets = ["x86_64-unknown-linux-gnu"]
25
26[lib]
27proc-macro = true
28[dependencies.proc-macro2]
29version = "1.0"
30
31[dependencies.quote]
32version = "1.0"
33
34[dependencies.syn]
Joel Galenson5448f372021-04-01 15:10:30 -070035version = "1.0.61"
Andrew Walbrand1b91c72020-08-11 17:12:08 +010036features = ["full", "visit-mut"]
Jeff Vander Stoepf833bce2021-04-21 14:43:55 +020037[dev-dependencies.futures]
38version = "0.3"
39
Andrew Walbrand1b91c72020-08-11 17:12:08 +010040[dev-dependencies.rustversion]
41version = "1.0"
42
43[dev-dependencies.tracing]
44version = "0.1.14"
45
46[dev-dependencies.tracing-attributes]
Jeff Vander Stoepf833bce2021-04-21 14:43:55 +020047version = "0.1.14"
Andrew Walbrand1b91c72020-08-11 17:12:08 +010048
49[dev-dependencies.trybuild]
50version = "1.0.19"
51features = ["diff"]