rust/compiler/rustc_log/Cargo.toml
2022-01-03 16:45:21 -08:00

17 lines
352 B
TOML

[package]
name = "rustc_log"
version = "0.0.0"
edition = "2021"
[lib]
doctest = false
[dependencies]
atty = "0.2"
tracing = "0.1.28"
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi"] }
tracing-tree = "0.2.0"
[features]
max_level_info = ['tracing/max_level_info']