loggit 0.1.9

Loggit is a lightweight, easy-to-use logging library for Rust.
Documentation
[dependencies.chrono]
version = "0.4.40"

[dependencies.ctor]
version = "0.4.2"

[dependencies.dirs]
version = "6.0.0"

[dependencies.env-file-reader]
version = "0.3.0"

[dependencies.once_cell]
version = "1.21.1"

[dependencies.rust-ini]
version = "0.21.1"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.zip]
version = "3.0.0"

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

[package]
authors = ["DobbiKov <dobbikov@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Loggit is a lightweight, easy-to-use logging library for Rust."
documentation = "https://docs.rs/loggit/"
edition = "2021"
homepage = "https://github.com/DobbiKov/loggit"
license = "MIT"
name = "loggit"
readme = "README.md"
repository = "https://github.com/DobbiKov/loggit"
version = "0.1.9"

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

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

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