rust/compiler/rustc_log/Cargo.toml

17 lines
352 B
TOML
Raw Normal View History

2022-01-04 00:32:52 +00:00
[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']