Newer
Older
version = "6.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "Instrumentation primitives and macros for Substrate."
# 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 = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]
sp-std = { version = "5.0.0", path = "../std", default-features = false }
codec = { version = "3.2.2", package = "parity-scale-codec", default-features = false, features = [
tracing = { version = "0.1.29", default-features = false }
tracing-core = { version = "0.1.28", default-features = false }
tracing-subscriber = { version = "0.2.25", optional = true, features = [
default = ["std"]
with-tracing = ["codec/derive", "codec/full"]
"with-tracing",
"tracing/std",
"tracing-core/std",
"codec/std",
"sp-std/std",
"tracing-subscriber",