no bug - Correct some typos in the comments. a=typo-fix
[gecko.git] / third_party / rust / async-trait / Cargo.toml
blobd53084f81b2bfaca8c3c0e3b885c5de600b9c62d
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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.
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.
12 [package]
13 edition = "2018"
14 rust-version = "1.56"
15 name = "async-trait"
16 version = "0.1.68"
17 authors = ["David Tolnay <dtolnay@gmail.com>"]
18 description = "Type erasure for async trait methods"
19 documentation = "https://docs.rs/async-trait"
20 readme = "README.md"
21 keywords = ["async"]
22 categories = [
23     "asynchronous",
24     "no-std",
26 license = "MIT OR Apache-2.0"
27 repository = "https://github.com/dtolnay/async-trait"
29 [package.metadata.docs.rs]
30 targets = ["x86_64-unknown-linux-gnu"]
32 [lib]
33 proc-macro = true
35 [dependencies.proc-macro2]
36 version = "1.0"
38 [dependencies.quote]
39 version = "1.0"
41 [dependencies.syn]
42 version = "2.0.9"
43 features = [
44     "full",
45     "visit-mut",
48 [dev-dependencies.futures]
49 version = "0.3"
51 [dev-dependencies.rustversion]
52 version = "1.0"
54 [dev-dependencies.tracing]
55 version = "0.1.14"
57 [dev-dependencies.tracing-attributes]
58 version = "0.1.14"
60 [dev-dependencies.trybuild]
61 version = "1.0.49"
62 features = ["diff"]