roga 1.0.0

A Fast, beautiful, lightweight, and flexible logging library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "roga"
version = "1.0.0"
edition = "2021"
authors = ["Arimura Sena <me@hotaru.icu>"]
description = "A Fast, beautiful, lightweight, and flexible logging library for Rust"
repository = "https://github.com/BIYUEHU/romi-blog/tree/main/library/roga"
readme = "README.md"
keywords = ["logger", "log", "record"]
license = "GPL-3.0-only"

[dependencies]
chrono = "0.4"
colored = "3.0.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"