[dependencies.ansi_term]
optional = true
version = "0.12"
[dependencies.log]
features = ["std"]
version = "0.4.*"
[dependencies.paris]
optional = true
version = "~1.5"
[dependencies.termcolor]
optional = true
version = "^1.1"
[dependencies.time]
features = ["formatting", "macros"]
version = "0.3.7"
[features]
default = ["termcolor", "local-offset"]
local-offset = ["time/local-offset"]
test = []
[package]
authors = ["Drakulix <github@drakulix.de>"]
description = "A simple and easy-to-use logging facility for Rust's log crate"
documentation = "https://docs.rs/simplelog/"
edition = "2018"
include = ["**/*.rs", "Cargo.toml", "CHANGELOG.md", "README.md", "LICENSE.APACHE2", "LICENSE.MIT"]
keywords = ["log", "simplelog", "filelog", "logging"]
license = "MIT OR Apache-2.0"
name = "simplelog"
readme = "README.md"
repository = "https://github.com/drakulix/simplelog.rs"
version = "0.12.2"