[dependencies.chrono]
optional = true
version = "0.4.6"
[dependencies.colored]
optional = true
version = "^1.6"
[dependencies.log]
features = ["std"]
version = "^0.4.5"
[features]
default = ["colored", "chrono"]
[package]
authors = ["Sam Clements <sam@borntyping.co.uk>"]
description = "A logger that prints all messages with a readable output format"
edition = "2018"
license = "MIT"
name = "simple_logger"
repository = "https://github.com/borntyping/rust-simple_logger"
version = "1.11.0"
[target."cfg(windows)".dependencies.atty]
version = "0.2.13"
[target."cfg(windows)".dependencies.winapi]
features = ["handleapi", "winbase"]
version = "0.3"