rust/compiler/rustc_log/Cargo.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

23 lines
642 B
TOML
Raw Normal View History

2022-01-04 08:32:52 +08:00
[package]
name = "rustc_log"
version = "0.0.0"
edition = "2021"
[dependencies]
# tidy-alphabetical-start
2022-01-04 08:32:52 +08:00
tracing = "0.1.28"
tracing-core = "=0.1.30" # FIXME(Nilstrieb) tracing has a deadlock: https://github.com/tokio-rs/tracing/issues/2635
2022-01-04 08:32:52 +08:00
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
tracing-tree = "0.2.0"
# tidy-alphabetical-end
2022-01-04 08:32:52 +08:00
2022-01-04 14:01:35 +08:00
[dev-dependencies]
# tidy-alphabetical-start
2022-01-04 14:01:35 +08:00
rustc_span = { path = "../rustc_span" }
# tidy-alphabetical-end
2022-01-04 14:01:35 +08:00
2022-01-04 08:32:52 +08:00
[features]
# tidy-alphabetical-start
2022-01-04 08:32:52 +08:00
max_level_info = ['tracing/max_level_info']
# tidy-alphabetical-end