sheen 0.2.0

A polished, colorful logging library for Rust
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 = "sheen"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A polished, colorful logging library for Rust"
documentation = "https://github.com/arferreira/sheen"
readme = "README.md"
keywords = [
    "rust",
    "logging",
    "tracing",
    "sheen",
    "log",
]
categories = ["development-tools::debugging"]
license = "MIT"
repository = "https://github.com/arferreira/sheen"

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

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

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

[dependencies.chrono]
version = "0.4.43"
features = ["clock"]
default-features = false

[dependencies.owo-colors]
version = "4.2.3"