log_init 0.1.34

Smart logging initialization with automatic backend detection / 智能日志初始化与自动后端检测
Documentation
[dependencies.coarsetime]
version = "0.1.36"

[dependencies.colored]
version = "3.0.0"

[dependencies.jiff]
version = "0.2.16"

[dependencies.log]
features = ["kv"]
version = "0.4.29"

[dependencies.logforth]
features = ["starter-log"]
version = "0.29.1"

[dependencies.logforth-core]
version = "0.3.1"

[dependencies.static_init]
version = "1.0.4"

[dev-dependencies.aok]
version = "0.1.18"

[features]
default = ["stdout"]
stdout = []
systemd = ["dep:logforth-append-journald"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Smart logging initialization with automatic backend detection / 智能日志初始化与自动后端检测"
edition = "2024"
homepage = "https://github.com/js0-site/rust/tree/dev/log_init"
keywords = ["logging", "systemd", "journald", "initialization", "cross-platform"]
license = "MulanPSL-2.0"
name = "log_init"
readme = "README.md"
repository = "https://github.com/js0-site/rust.git"
resolver = "2"
version = "0.1.34"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

[target.'cfg(target_os = "linux")'.dependencies.logforth-append-journald]
optional = true
version = "0.3.0"

[[test]]
name = "main"
path = "tests/main.rs"