# 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 = "print_logger" version = "0.2.1" authors = ["Michael Picht "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Logger that print messages to stdout or stderr" homepage = "https://gitlab.com/rust-utils/print_logger" readme = "README.md" keywords = [ "log", "logging", "logger", ] categories = ["development-tools::debugging"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/rust-utils/print_logger" [lib] name = "print_logger" path = "src/lib.rs" [dependencies.log] version = "0.4" features = ["std"] [dependencies.regex] version = "1" [dependencies.termcolor] version = "1.4"