mhlog 3.0.1

MHlog is a simple, thread-safe logging library.
Documentation
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "MHmorgan/mhlog"

[dependencies.console]
optional = true
version = "0.11.2"

[dependencies.lazy_static]
version = "~1.4"

[dev-dependencies.chrono]
version = "~0.4"

[features]
colours = ["console"]
only_stderr = []
only_stdout = []

[package]
authors = ["m <magnus.hirth@gmail.com>"]
categories = ["development-tools::debugging"]
description = "MHlog is a simple, thread-safe logging library."
documentation = "https://docs.rs/mhlog/"
edition = "2018"
keywords = ["log", "logging", "simple"]
license = "BSD-3-Clause"
name = "mhlog"
readme = "README.md"
repository = "https://github.com/MHmorgan/mhlog"
version = "3.0.1"