Bug 1893155 - Part 6: Correct constant for minimum epoch day. r=spidermonkey-reviewer...
[gecko.git] / third_party / rust / tracing-attributes / Cargo.toml
blobc74183e269935c5e6a3f128a3ecd5dcdc37eb304
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.0"
15 name = "tracing-attributes"
16 version = "0.1.24"
17 authors = [
18     "Tokio Contributors <team@tokio.rs>",
19     "Eliza Weisman <eliza@buoyant.io>",
20     "David Barsky <dbarsky@amazon.com>",
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",
34 categories = [
35     "development-tools::debugging",
36     "development-tools::profiling",
37     "asynchronous",
39 license = "MIT"
40 repository = "https://github.com/tokio-rs/tracing"
42 [lib]
43 proc-macro = true
45 [dependencies.proc-macro2]
46 version = "1.0.40"
48 [dependencies.quote]
49 version = "1.0.20"
51 [dependencies.syn]
52 version = "2.0"
53 features = [
54     "full",
55     "parsing",
56     "printing",
57     "visit-mut",
58     "clone-impls",
59     "extra-traits",
60     "proc-macro",
62 default-features = false
64 [dev-dependencies.async-trait]
65 version = "0.1.67"
67 [dev-dependencies.rustversion]
68 version = "1.0.9"
70 [dev-dependencies.tokio-test]
71 version = "0.4.2"
73 [dev-dependencies.tracing]
74 version = "0.1.35"
76 [dev-dependencies.tracing-subscriber]
77 version = "0.3.0"
78 features = ["env-filter"]
80 [dev-dependencies.trybuild]
81 version = "1.0.64"
83 [features]
84 async-await = []
86 [badges.maintenance]
87 status = "experimental"