adds optional tracing

This commit is contained in:
github-actions[bot] 2024-09-28 02:41:44 +02:00
parent 58b61f66ff
commit 1a7b8e5e8f
No known key found for this signature in database
GPG key ID: F687E89FC7894F98

View file

@ -17,10 +17,13 @@ lewton = { version = "0.10", optional = true }
minimp3_fixed = { version = "0.5.4", optional = true}
symphonia = { version = "0.5.4", optional = true, default-features = false }
crossbeam-channel = { version = "0.5.8", optional = true }
thiserror = "1.0.49"
tracing = { version = "0.1.40", optional = true }
[features]
default = ["flac", "vorbis", "wav", "mp3"]
tracing = ["dep:tracing"]
flac = ["claxon"]
vorbis = ["lewton"]