just one cargo feature for tracing/log
This commit is contained in:
@@ -30,4 +30,10 @@ proptest = "0.9"
|
|||||||
# crate unless they want it.
|
# crate unless they want it.
|
||||||
wiggle_metadata = ['witx', "wiggle-macro/wiggle_metadata"]
|
wiggle_metadata = ['witx', "wiggle-macro/wiggle_metadata"]
|
||||||
|
|
||||||
|
# The `tracing` crate can use the `log` ecosystem of backends with this
|
||||||
|
# non-default feature. We don't need to provide this by default, but its
|
||||||
|
# useful for users that don't want to use `tracing-subscriber` to get
|
||||||
|
# the logs out of wiggle-generated libraries.
|
||||||
|
tracing_log = [ "tracing/log" ]
|
||||||
|
|
||||||
default = ["wiggle_metadata" ]
|
default = ["wiggle_metadata" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user