simplelog 0.10.2

A simple and easy-to-use logging facility for Rust's log crate
Documentation
[dependencies.chrono]
version = "0.4.1"

[dependencies.log]
features = ["std"]
version = "0.4.*"

[dependencies.termcolor]
optional = true
version = "1.1.*"

[features]
default = ["termcolor"]
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.10.2"