styledlog 0.2.0

Styledlog: A Rust crate combining versatile logging features with styled output.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "styledlog"
version = "0.2.0"
authors = ["Montasir Mirghani <contact@montasir.me>"]
edition = "2021"
description = "Styledlog: A Rust crate combining versatile logging features with styled output."
license = "MIT OR Apache-2.0"
homepage = "https://github.com/dr-montasir/styledlog"
repository = "https://github.com/dr-montasir/styledlog"
readme = "README.md"
keywords = ["log", "level", "colored", "styled", "tabled"]
categories = ["development-tools::debugging"]
exclude = ["logo.svg", "styledlog.gif", "tests/*", ".github/*"]

[dependencies]
colored = "3.0.0"
lazy_static = "1.5.0"