log4you 0.1.4

Structured logging for Rust with dynamic UUID log IDs, built on log4rs.
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.86.0"
name = "log4you"
version = "0.1.4"
authors = ["Jerry Maheswara<jerrymaheswara@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Structured logging for Rust with dynamic UUID log IDs, built on log4rs."
documentation = "https://docs.rs/log4you"
readme = "README.md"
keywords = [
    "logging",
    "log4rs",
    "uuid",
    "macro",
    "tracing",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/jerry-maheswara-github/log4you"

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

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

[dependencies.log]
version = "0.4.27"

[dependencies.log4rs]
version = "1.3.0"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.uuid]
version = "1.16.0"
features = ["v7"]