mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
18 lines
482 B
TOML
18 lines
482 B
TOML
[package]
|
|
name = "rustc_log"
|
|
version = "0.0.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
# tidy-alphabetical-start
|
|
tracing = "0.1.41"
|
|
tracing-core = "0.1.34"
|
|
tracing-subscriber = { version = "0.3.3", default-features = false, features = ["fmt", "env-filter", "smallvec", "parking_lot", "ansi", "json"] }
|
|
tracing-tree = "0.3.1"
|
|
# tidy-alphabetical-end
|
|
|
|
[features]
|
|
# tidy-alphabetical-start
|
|
max_level_info = ['tracing/max_level_info', 'tracing/release_max_level_info']
|
|
# tidy-alphabetical-end
|