[package] name = "print_logger" version = "0.2.1" authors = ["Michael Picht "] license = "GPL-3.0-or-later" description = "Logger that print messages to stdout or stderr" readme = "README.md" homepage = "https://gitlab.com/rust-utils/print_logger" repository = "https://gitlab.com/rust-utils/print_logger" keywords = ["log", "logging", "logger"] categories = ["development-tools::debugging"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] termcolor = "1.4" log = { version = "0.4", features = ["std"]} regex = "1"