lum_log 0.3.2

lum framework's logging library
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.88.0"
name = "lum_log"
version = "0.3.2"
authors = ["Torben Schweren"]
build = false
exclude = [
    ".devcontainer",
    ".github",
    ".vscode",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "lum framework's logging library"
readme = "README.md"
keywords = [
    "lum",
    "framework",
    "logging",
    "log",
]
license = "MIT"
repository = "https://github.com/lum-rs/lum_log"

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

[dependencies.lum_libs]
version = "0.2.10"
features = [
    "humantime",
    "log",
    "log4rs",
    "parking_lot",
]

[dependencies.thiserror]
version = "2.0.17"

[profile.dev]
opt-level = 0
lto = false
debug = 2

[profile.release]
opt-level = 3
lto = true
debug = 0