[build-dependencies.bindgen]
version = "0.72"
[dependencies.log]
features = ["std"]
version = "0.4"
[dev-dependencies.regex]
version = "1.12"
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "dlt_log"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools::debugging"]
description = "Log crate adapter for integrating with the Diagnostic Log and Trace (DLT) system"
edition = "2021"
exclude = ["doc/*.png"]
keywords = ["dlt", "log", "logging", "adapter"]
license = "MIT"
name = "dlt_log"
readme = "README.md"
repository = "https://github.com/rusty-projects/dlt_log-rs"
rust-version = "1.82"
version = "0.1.7"
[[test]]
name = "init_double"
path = "tests/init_double.rs"
[[test]]
name = "init_empty_parameters"
path = "tests/init_empty_parameters.rs"
[[test]]
name = "init_nulerror"
path = "tests/init_nulerror.rs"
[[test]]
name = "init_ok"
path = "tests/init_ok.rs"
[[test]]
name = "log"
path = "tests/log.rs"
[[test]]
name = "log_nulerror"
path = "tests/log_nulerror.rs"