# 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 = "colog" version = "1.3.0" authors = ["Christian Iversen "] description = "The `colog` library is a simple formatter backend for the standard rust logging system (in the `log` crate)." homepage = "https://github.com/chrivers/rust-colog" readme = "README.md" categories = [ "value-formatting", "command-line-interface", "development-tools", ] license = "LGPL-3.0" [dependencies.colored] version = "2" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "^0.4"