]> git.proxmox.com Git - rustc.git/blob - vendor/tracing-tree/Cargo.toml
New upstream version 1.63.0+dfsg1
[rustc.git] / vendor / tracing-tree / 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 name = "tracing-tree"
15 version = "0.2.1"
16 authors = [
17 "David Barsky <me@davidbarsky.com>",
18 "Nathan Whitaker",
19 ]
20 description = "A Tracing Layer which prints a tree of spans and events."
21 readme = "README.md"
22 license = "MIT OR Apache-2.0"
23 repository = "https://github.com/davidbarsky/tracing-tree"
24
25 [[test]]
26 name = "ui"
27 harness = false
28
29 [dependencies.ansi_term]
30 version = "0.12"
31
32 [dependencies.atty]
33 version = "0.2"
34
35 [dependencies.tracing-core]
36 version = "0.1"
37
38 [dependencies.tracing-log]
39 version = "0.1"
40 optional = true
41
42 [dependencies.tracing-subscriber]
43 version = "0.3"
44 features = [
45 "registry",
46 "fmt",
47 "std",
48 ]
49 default-features = false
50
51 [dev-dependencies.assert_cmd]
52 version = "1"
53
54 [dev-dependencies.glob]
55 version = "0.3"
56
57 [dev-dependencies.log]
58 version = "0.4"
59
60 [dev-dependencies.tracing]
61 version = "0.1"
62
63 [features]
64 default = ["tracing-log"]