cat-loggr 1.0.2

A simple, lightweight utility for making beautiful logs
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 = "2021"
name = "cat-loggr"
version = "1.0.2"
exclude = [
    "tests/",
    "images/",
    ".*",
]
description = "A simple, lightweight utility for making beautiful logs"
homepage = "https://github.com/Sven65/cat-loggr-rs/"
documentation = "https://docs.rs/cat-loggr"
readme = "README.md"
keywords = [
    "logs",
    "console",
]
categories = [
    "command-line-interface",
    "development-tools::debugging",
]
license = "MIT"
repository = "https://github.com/Sven65/cat-loggr-rs/"
resolver = "2"

[package.metadata.docs.rs]
features = [
    "default",
    "macros",
]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[dependencies.chrono]
version = "0.4.22"

[dependencies.lazy_static]
version = "1.4.0"

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

[dev-dependencies.test-case]
version = "2.2.1"

[features]
default = ["macros"]
macros = []