[dependencies.chrono]
default-features = false
features = ["clock", "iana-time-zone", "now"]
version = "0.4.41"
[dependencies.log]
version = "0.4.27"
[dependencies.termcolor]
version = "1.4.1"
[dev-dependencies.tempdir]
version = "0.3.7"
[lib]
name = "logsy"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Just logging as it should be"
documentation = "https://docs.rs/logsy/"
edition = "2018"
keywords = ["log", "simplelog", "filelog", "logging"]
license = "MIT OR Apache-2.0"
name = "logsy"
readme = "README.md"
repository = "https://github.com/vdudouyt/logsy"
version = "1.0.0"
[[test]]
name = "logsy"
path = "tests/logsy.rs"