]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_log/Cargo.toml
new trait solver: rebase impl substs for gats correctly
[rust.git] / compiler / rustc_log / Cargo.toml
1 [package]
2 name = "rustc_log"
3 version = "0.0.0"
4 edition = "2021"
5
6 [dependencies]
7 tracing = "0.1.28"
8 tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
9 tracing-tree = "0.2.0"
10
11 [dev-dependencies]
12 rustc_span = { path = "../rustc_span" }
13
14 [features]
15 max_level_info = ['tracing/max_level_info']