[dependencies.colored]
version = "3"
[dependencies.env_logger]
version = "0.11"
[dependencies.log]
version = "^0.4"
[[example]]
name = "custom-level-colors"
path = "examples/custom-level-colors.rs"
[[example]]
name = "custom-level-prefix"
path = "examples/custom-level-prefix.rs"
[[example]]
name = "custom-level-tokens"
path = "examples/custom-level-tokens.rs"
[[example]]
name = "custom-stateful-logger"
path = "examples/custom-stateful-logger.rs"
[[example]]
name = "levels"
path = "examples/levels.rs"
[[example]]
name = "simple"
path = "examples/simple.rs"
[lib]
name = "colog"
path = "src/lib.rs"
[lints.clippy.all]
level = "warn"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.correctness]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.clippy.perf]
level = "warn"
priority = -1
[lints.clippy.style]
level = "warn"
priority = -1
[lints.rust]
unstable_features = "forbid"
unused_lifetimes = "warn"
unused_qualifications = "warn"
[package]
authors = ["Christian Iversen <ci@iversenit.dk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["value-formatting", "command-line-interface", "development-tools"]
description = "The `colog` library is a simple formatter backend for the standard rust logging system (in the `log` crate)."
edition = "2024"
keywords = ["cli", "terminal", "logging", "log", "color"]
license = "LGPL-3.0"
name = "colog"
readme = "README.md"
repository = "https://github.com/chrivers/rust-colog"
version = "1.4.0"