hp-log 0.3.1

try to implement high performance log :w
Documentation
[build-dependencies.cc]
version = "1.0"

[dependencies.lazy_static]
version = "1.1.0"

[dependencies.log]
features = ["max_level_trace", "std"]
version = "0.4"

[dependencies.serde]
version = "1.0.84"

[dependencies.serde_derive]
version = "1.0.84"

[dependencies.strfmt]
version = "0.1.6"

[dependencies.time]
version = "0.1.41"

[dependencies.toml]
version = "0.4.10"

[[example]]
name = "simple"
path = "example/simple.rs"

[package]
authors = ["wtu-sos <wtusos@gmail.com>"]
description = """
try to implement high performance log :w
"""
edition = "2018"
homepage = "https://github.com/wtu-sos/hp-log"
license = "Apache-2.0"
name = "hp-log"
repository = "https://github.com/wtu-sos/hp-log"
version = "0.3.1"

[target."cfg(windows)".dependencies.wincolor]
version = "1.0"