[package] authors = ["Chaoqian Xu "] description = "Yet another simple logger implementation for Rust." edition = "2021" license-file = "LICENSE" name = "yaslog" version = "0.5.2" [dependencies] chrono = "0.4" fern = {version = "0.7", features = ["colored"]} log = "0.4"