simplog 1.4.0

An extremely small and simple logger to stdout/stderr, with controllable levels of verbosity
Documentation
[dependencies.atty]
version = "0.2"

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

[dependencies.termcolor]
version = "1"

[lib]
name = "simplog"
path = "src/lib.rs"

[package]
authors = ["Andrew Mackenzie <andrew@mackenzie-serres.net>"]
description = "An extremely small and simple logger to stdout/stderr, with controllable levels of verbosity"
documentation = "https://github.com/andrewdavidmackenzie/simplog/blob/master/README.md"
homepage = "https://github.com/andrewdavidmackenzie/simplog/blob/master/README.md"
license = "MIT"
name = "simplog"
readme = "README.md"
repository = "https://github.com/andrewdavidmackenzie/simplog"
version = "1.4.0"