paris 1.4.1

A simple logger for your CLI apps or other things you want in the terminal
Documentation
[badges.maintenance]
status = "actively-developed"
[dependencies.chrono]
optional = true
version = "0.4"

[features]
macros = []
no_logger = []
timestamps = ["chrono"]

[package]
authors = ["Poly <alexhexan22@gmail.com>"]
categories = ["command-line-interface", "command-line-utilities"]
description = "A simple logger for your CLI apps or other things you want in the terminal"
documentation = "https://docs.rs/paris"
edition = "2018"
exclude = ["example/*", "tests/*", ".github/*"]
homepage = "https://github.com/0x20F/logger"
keywords = ["log", "logger", "simple", "terminal", "cli"]
license = "GPL-3.0-or-later"
name = "paris"
readme = "README.md"
repository = "https://github.com/0x20F/logger"
version = "1.4.1"