[package]
name = "slog-json"
version = "1.0.0-alpha"
authors = ["Dawid Ciężarkiewicz <dpc@dpc.pw>"]
description = "Json formatter for slog-rs"
keywords = ["slog", "logging", "json"]
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]
slog = { version = "1.0.0-alpha", path = "../.." }
slog-serde = { version = "1.0.0-alpha", path = "../serde"}
serde_json = "0.7.1"