slog-gelf 0.1.2

GELF drain for slog
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "slog-gelf"
version = "0.1.2"
authors = ["Gleb Pomykalov <gleb@pomykalov.ru>", "hedgar <hedgar2017@gmail.com>"]
build = "build.rs"
description = "GELF drain for slog"
homepage = "https://github.com/lancastr/slog-gelf"
readme = "README.md"
keywords = ["log", "gelf", "graylog", "logstash", "slog"]
categories = ["development-tools::debugging"]
license = "MIT/Apache-2.0"
repository = "https://github.com/lancastr/slog-gelf"
[dependencies.chrono]
version = "0.4.6"

[dependencies.flate2]
version = "1.0.7"

[dependencies.rand]
version = "0.7"

[dependencies.serde]
version = "1.0.92"

[dependencies.serde_json]
version = "1.0.39"

[dependencies.slog]
version = "2.5"
[dev-dependencies.hostname]
version = "0.1.5"

[dev-dependencies.skeptic]
version = "0.13"

[dev-dependencies.slog-async]
version = "2.3.0"
[build-dependencies.skeptic]
version = "0.13"