[package] name = "tlogger" version = "0.1.4" edition = "2021" authors = ["Toast "] description = "A simple logging library with a neat style and customizablity." repository = "https://github.com/ThatOneToast/t-logger" license = "MIT" keywords = ["log", "logging", "toast", "logger", "tlog"] categories = ["command-line-utilities", "development-tools"] readme = "README.md" homepage = "https://github.com/ThatOneToast/t-logger" [lib] name = "tlogger" path = "src/lib.rs" [dependencies] chrono = "0.4.38" lazy_static = "1.5.0" regex = "1.11.1"