charmed-log 0.2.0

Beautiful, colorful logging for terminal applications
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"
name = "charmed-log"
version = "0.2.0"
authors = ["Jeffrey Emanuel"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Beautiful, colorful logging for terminal applications"
homepage = "https://github.com/Dicklesworthstone/charmed_rust"
documentation = "https://docs.rs/charmed-log"
readme = "README.md"
keywords = [
    "logging",
    "terminal",
    "tui",
    "structured",
    "cli",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/Dicklesworthstone/charmed_rust"
resolver = "2"

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

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

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

[dependencies.backtrace]
version = "0.3.76"

[dependencies.chrono]
version = "0.4"

[dependencies.lipgloss]
version = "0.2.0"
package = "charmed-lipgloss"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"