flogging 0.4.1

This is a fast, flexible logging crate, loosely based on the Java logging package: java.util.logging.
Documentation
[badges.maintenance]
status = "actively-developed"

[dependencies.anyhow]
version = "1.0.98"

[dependencies.chrono]
features = ["std", "alloc"]
version = "0.4.41"

[dependencies.dyn-clone]
version = "1.0.20"

[dependencies.dyn-fmt]
version = "0.4.3"

[dependencies.flogging_macros]
version = "=0.4.1"

[dependencies.regex]
version = "1.11.1"

[dependencies.strfmt]
version = "0.2.5"

[dependencies.strum]
features = ["std", "derive", "strum_macros"]
version = "0.27.2"

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

[package]
authors = ["Bradley Willcott <bw.opensource@yahoo.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging"]
description = "This is a fast, flexible logging crate, loosely based on the Java logging package: java.util.logging."
documentation = "https://docs.rs/flogging"
edition = "2024"
exclude = ["/.vscode", "logger.dtd", "/src/main.rs", "licenseheader.txt"]
keywords = ["log", "logger", "logging", "tracing", "debug"]
license = "GPL-3.0-or-later"
name = "flogging"
readme = "README.md"
repository = "https://github.com/bewillcott/flogging"
resolver = "2"
rust-version = "1.85.1"
version = "0.4.1"

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

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

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

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

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