pylogging 0.1.1

A small, ergonomic logging library inspired by Python's logging module.
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.87"
name = "pylogging"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A small, ergonomic logging library inspired by Python's logging module."
documentation = "https://docs.rs/pylogging"
readme = "README.md"
keywords = [
    "logging",
    "logger",
    "log",
    "formatter",
]
categories = ["development-tools::debugging"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dt-ss/pylogging"

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

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

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

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

[dependencies.chrono]
version = "0.4"