[dependencies.chrono]
version = "0.4.40"
[dependencies.once_cell]
version = "1.21.1"
[dependencies.zip]
version = "2.5.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."
edition = "2021"
homepage = "https://github.com/DobbiKov/loggit"
license = "MIT"
name = "loggit"
readme = "README.md"
repository = "https://github.com/DobbiKov/loggit"
version = "0.1.1"
[[test]]
name = "mod"
path = "tests/mod.rs"