# 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 = "chromalog" version = "0.0.2" authors = ["burnman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A customizable logger with dynamic color coding and file logging." readme = "README.md" keywords = [ "log", "colored", "logger", "console", "file", ] categories = [ "development-tools", "text-processing", "command-line-utilities", ] license = "MIT" [lib] name = "chromalog" path = "src/lib.rs" [dependencies.chrono] version = "0.4" [dependencies.colored] version = "2.0" [dependencies.log] version = "0.4" features = ["std"]