[package] name = "logr" description = "Logging for men" homepage = "https://github.com/diced/logr-rs" repository = "https://github.com/diced/logr-rs.git" readme = "README.md" keywords = ["slf4j", "logger", "java", "logr"] license = "MIT" version = "1.0.1" authors = ["dicedtomato "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "1.9.0" chrono = { version = "0.4.10", features = [ "serde" ] }