snapshot before rebranding
This commit is contained in:
@@ -8,6 +8,7 @@ homepage.workspace = true
|
||||
repository.workspace = true
|
||||
description = "Instrumentation primitives and macros for Bizinikiwi."
|
||||
readme = "README.md"
|
||||
documentation = "https://docs.rs/pezsp-tracing"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
@@ -26,19 +27,19 @@ regex = { workspace = true, optional = true }
|
||||
tracing = { workspace = true }
|
||||
tracing-core = { workspace = true }
|
||||
tracing-subscriber = { workspace = true, optional = true, features = [
|
||||
"env-filter",
|
||||
"time",
|
||||
"tracing-log",
|
||||
"env-filter",
|
||||
"time",
|
||||
"tracing-log",
|
||||
] }
|
||||
|
||||
[features]
|
||||
default = ["std"]
|
||||
with-tracing = ["codec/derive", "codec/full"]
|
||||
std = [
|
||||
"codec/std",
|
||||
"regex",
|
||||
"tracing-core/std",
|
||||
"tracing-subscriber",
|
||||
"tracing/std",
|
||||
"with-tracing",
|
||||
"codec/std",
|
||||
"regex",
|
||||
"tracing-core/std",
|
||||
"tracing-subscriber",
|
||||
"tracing/std",
|
||||
"with-tracing",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user