Andrew Walbran | d1b91c7 | 2020-08-11 17:12:08 +0100 | [diff] [blame] | 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 |
Joel Galenson | aa9cbeb | 2021-08-09 10:24:16 -0700 | [diff] [blame] | 6 | # to registry (e.g., crates.io) dependencies. |
Andrew Walbran | d1b91c7 | 2020-08-11 17:12:08 +0100 | [diff] [blame] | 7 | # |
Joel Galenson | aa9cbeb | 2021-08-09 10:24:16 -0700 | [diff] [blame] | 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. |
Andrew Walbran | d1b91c7 | 2020-08-11 17:12:08 +0100 | [diff] [blame] | 11 | |
| 12 | [package] |
| 13 | edition = "2018" |
| 14 | name = "async-trait" |
Joel Galenson | aa9cbeb | 2021-08-09 10:24:16 -0700 | [diff] [blame] | 15 | version = "0.1.51" |
Andrew Walbran | d1b91c7 | 2020-08-11 17:12:08 +0100 | [diff] [blame] | 16 | authors = ["David Tolnay <dtolnay@gmail.com>"] |
| 17 | description = "Type erasure for async trait methods" |
| 18 | documentation = "https://docs.rs/async-trait" |
| 19 | readme = "README.md" |
Jeff Vander Stoep | f833bce | 2021-04-21 14:43:55 +0200 | [diff] [blame] | 20 | keywords = ["async"] |
Andrew Walbran | d1b91c7 | 2020-08-11 17:12:08 +0100 | [diff] [blame] | 21 | license = "MIT OR Apache-2.0" |
| 22 | repository = "https://github.com/dtolnay/async-trait" |
| 23 | [package.metadata.docs.rs] |
| 24 | targets = ["x86_64-unknown-linux-gnu"] |
| 25 | |
| 26 | [lib] |
| 27 | proc-macro = true |
| 28 | [dependencies.proc-macro2] |
| 29 | version = "1.0" |
| 30 | |
| 31 | [dependencies.quote] |
| 32 | version = "1.0" |
| 33 | |
| 34 | [dependencies.syn] |
Joel Galenson | 5448f37 | 2021-04-01 15:10:30 -0700 | [diff] [blame] | 35 | version = "1.0.61" |
Andrew Walbran | d1b91c7 | 2020-08-11 17:12:08 +0100 | [diff] [blame] | 36 | features = ["full", "visit-mut"] |
Jeff Vander Stoep | f833bce | 2021-04-21 14:43:55 +0200 | [diff] [blame] | 37 | [dev-dependencies.futures] |
| 38 | version = "0.3" |
| 39 | |
Andrew Walbran | d1b91c7 | 2020-08-11 17:12:08 +0100 | [diff] [blame] | 40 | [dev-dependencies.rustversion] |
| 41 | version = "1.0" |
| 42 | |
| 43 | [dev-dependencies.tracing] |
| 44 | version = "0.1.14" |
| 45 | |
| 46 | [dev-dependencies.tracing-attributes] |
Jeff Vander Stoep | f833bce | 2021-04-21 14:43:55 +0200 | [diff] [blame] | 47 | version = "0.1.14" |
Andrew Walbran | d1b91c7 | 2020-08-11 17:12:08 +0100 | [diff] [blame] | 48 | |
| 49 | [dev-dependencies.trybuild] |
| 50 | version = "1.0.19" |
| 51 | features = ["diff"] |