flarelog 0.5.0

flarelog is an ergonomic logging library for Rust with a focus on simplicity and speed.
Documentation
[package]
name = "flarelog"
version = "0.5.0"
authors = ["Acrimon <joel.wejdenstal@gmail.com>"]
edition = "2018"
documentation = "https://docs.rs/flarelog"
repository = "https://gitlab.com/xacrimon/flarelog"
readme = "README.md"
keywords = ["log", "logging", "simple"]
license = "MIT"
description = "flarelog is an ergonomic logging library for Rust with a focus on simplicity and speed."

[dependencies]
crossbeam-channel = "0.3.6"
chrono = "0.4.6"