[badges.travis-ci]
branch = "master"
repository = "MHmorgan/mhlog"
[dependencies.chrono]
version = "0.4.11"
[dependencies.console]
optional = true
version = "0.11.2"
[features]
colours = ["console"]
log2stdout = []
[package]
authors = ["m <mhmorgan42@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/rustmhlog"
version = "2.1.0"