tracing-dlt 0.1.0

DLT log sink for
Documentation
[dependencies.dlt-rs]
version = "0.1.0"

[dependencies.indexmap]
version = "2.12.1"

[dependencies.tokio]
default-features = false
features = ["sync", "rt"]
version = "1.48.0"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-core]
version = "0.1.34"

[dependencies.tracing-subscriber]
default-features = false
features = ["registry"]
version = "0.3.20"

[dev-dependencies.tokio]
default-features = false
features = ["sync", "rt", "test-util", "macros"]
version = "1.48.0"

[features]
default = []
dlt_layer_internal_logging = []
trace_load_ctrl = ["dlt-rs/trace_load_ctrl"]

[lib]
name = "tracing_dlt"
path = "src/lib.rs"

[lints.clippy]
arithmetic_side_effects = "deny"
clone_on_ref_ptr = "warn"
indexing_slicing = "deny"
similar_names = "allow"
unwrap_used = "deny"

[lints.clippy.pedantic]
level = "warn"
priority = -1

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "DLT log sink for "
edition = "2024"
homepage = "https://github.com/eclipse-opensovd/dlt-tracing-lib"
license = "Apache-2.0"
name = "tracing-dlt"
publish = true
readme = "README.md"
version = "0.1.0"