]> git.lizzy.rs Git - rust.git/blob - compiler/rustc_log/Cargo.toml
Rollup merge of #106470 - ehuss:tidy-no-wasm, r=Mark-Simulacrum
[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 tracing-core = "0.1.28"
11
12 [dev-dependencies]
13 rustc_span = { path = "../rustc_span" }
14
15 [features]
16 max_level_info = ['tracing/max_level_info']