Newer
Older
authors.workspace = true
edition.workspace = true
homepage = "https://substrate.io"
description = "Instrumentation primitives and macros for Substrate."
[lints]
workspace = true
# let's default to wasm32
# with the tracing enabled
features = ["with-tracing"]
# allowing for linux-gnu here, too, allows for `std` to show up as well
targets = ["wasm32-unknown-unknown", "x86_64-unknown-linux-gnu"]
codec = { version = "3.6.12", package = "parity-scale-codec", default-features = false, features = [
tracing = { version = "0.1.29", default-features = false }
tracing-core = { version = "0.1.32", default-features = false }
tracing-subscriber = { workspace = true, optional = true, features = [
"env-filter",
default = ["std"]
with-tracing = ["codec/derive", "codec/full"]
"tracing-core/std",
"tracing/std",
"with-tracing",