# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "tlogger" version = "0.1.4" authors = ["Toast "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple logging library with a neat style and customizablity." homepage = "https://github.com/ThatOneToast/t-logger" readme = "README.md" keywords = [ "log", "logging", "toast", "logger", "tlog", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/ThatOneToast/t-logger" [lib] name = "tlogger" path = "src/lib.rs" [dependencies.chrono] version = "0.4.38" [dependencies.lazy_static] version = "1.5.0" [dependencies.regex] version = "1.11.1"