tracing-subscriber-fmttargets/Cargo.toml

17 lines
501 B
TOML

[package]
name = "tracing-subscriber-fmttargets"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
alloc = ["tracing-subscriber/alloc"]
default = ["registry", "std"]
registry = ["tracing-subscriber/registry"]
std = ["tracing-subscriber/std", "tracing-core/std"]
[dependencies]
tracing-core = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3", default-features = false }