dyson_log 0.0.9

Plug and play logging
Documentation
[dependencies.console-subscriber]
version = "0.4"

[dependencies.tracing-appender]
version = "0.2"

[dependencies.tracing-subscriber]
features = ["fmt", "env-filter", "json"]
version = "0.3"

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

[package]
authors = ["TikTuzki"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Plug and play logging"
edition = "2024"
exclude = ["benches/", "tests/", "testdata/", "examples/*"]
homepage = "https://github.com/TikTzuki/tiktuzki-scripts"
license = "MIT OR Apache-2.0"
name = "dyson_log"
readme = "README.md"
repository = "https://github.com/TikTzuki/tiktuzki-scripts"
resolver = "1"
rust-version = "1.90"
version = "0.0.9"