logsley 0.1.3

Opinionated logging library
Documentation
[package]
authors = ["Michael Leonhard <michael@leonhardllc.com>"]
categories = ["development-tools::debugging"]
description = "Opinionated logging library"
edition = "2018"
keywords = ["log", "logging", "structured", "json", "opinionated"]
license = "Apache-2.0"
name = "logsley"
readme = "Readme.md"
repository = "https://gitlab.com/leonhard-llc/logsley-rs"
version = "0.1.3"

[dependencies]
chrono = "^0.4"
log = "^0.4"
log-panics = { version = "^2.0", features = ["with-backtrace"] }
once_cell = "^1.5"
slog = { version = "^2.5", features = ["max_level_trace", "release_max_level_debug"] }
slog-async = "^2.5"
slog-envlogger = "^2.2"
slog-json = "^2.3"
slog-scope = "^4"
slog-scope-futures = "^0.1"
slog-stdlog = "^4"
slog-term = "^2.6"

[dev-dependencies]
async-std = "^1.7"