slog 0.2.0

Structured, composable logging for Rust
[package]
name = "slog"
version = "0.2.0"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "Structured, composable logging for Rust"
keywords = ["log", "logging", "structured", "hierarchical"]
license = "MPL-2.0"
documentation = "https://dpc.github.io/slog-rs/"
homepage = "https://github.com/dpc/slog-rs"
repository = "https://github.com/dpc/slog-rs"
readme = "README.md"


[dependencies]
crossbeam = "0.2.9"
serde = "*"
serde_json = "*"
isatty = "0.1.1"
ansi_term = "*"