log-easy 0.1.1

Easy to use file logger with log levels and global logging macros.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "log-easy"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Easy to use file logger with log levels and global logging macros."
homepage = "https://gitlab.com/tw-libraries/rust/log-easy"
documentation = "https://docs.rs/log-easy"
readme = "README.md"
keywords = [
    "logging",
    "logger",
    "file",
    "log",
    "macros",
]
categories = ["development-tools::debugging"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/tw-libraries/rust/log-easy"

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

[[example]]
name = "global"
path = "examples/global.rs"

[[example]]
name = "instance"
path = "examples/instance.rs"

[dependencies.chrono]
version = "0.4"