]> git.proxmox.com Git - rustc.git/blob - vendor/tracing-attributes/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / tracing-attributes / Cargo.toml
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]
13 edition = "2018"
14 rust-version = "1.49.0"
15 name = "tracing-attributes"
16 version = "0.1.21"
17 authors = [
18 "Tokio Contributors <team@tokio.rs>",
19 "Eliza Weisman <eliza@buoyant.io>",
20 "David Barsky <dbarsky@amazon.com>",
21 ]
22 description = """
23 Procedural macro attributes for automatically instrumenting functions.
24 """
25 homepage = "https://tokio.rs"
26 readme = "README.md"
27 keywords = [
28 "logging",
29 "tracing",
30 "macro",
31 "instrument",
32 "log",
33 ]
34 categories = [
35 "development-tools::debugging",
36 "development-tools::profiling",
37 "asynchronous",
38 ]
39 license = "MIT"
40 repository = "https://github.com/tokio-rs/tracing"
41
42 [lib]
43 proc-macro = true
44
45 [dependencies.proc-macro2]
46 version = "1"
47
48 [dependencies.quote]
49 version = "1"
50
51 [dependencies.syn]
52 version = "1.0.43"
53 features = [
54 "full",
55 "parsing",
56 "printing",
57 "visit",
58 "visit-mut",
59 "clone-impls",
60 "extra-traits",
61 "proc-macro",
62 ]
63 default-features = false
64
65 [dev-dependencies.async-trait]
66 version = "0.1.44"
67
68 [dev-dependencies.tokio-test]
69 version = "0.2.0"
70
71 [dev-dependencies.tracing]
72 version = "0.1"
73
74 [dev-dependencies.tracing-core]
75 version = "0.1"
76
77 [features]
78 async-await = []
79
80 [badges.maintenance]
81 status = "experimental"