gelf 0.5.0

A library for logging GELF messages to a Graylog compatible server
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]
edition = "2018"
name = "gelf"
version = "0.5.0"
authors = ["Benjamin Zikarsky <benjamin@zikarsky.de>"]
description = "A library for logging GELF messages to a Graylog compatible server"
homepage = "https://github.com/bzikarsky/gelf-rust"
documentation = "https://docs.rs/gelf/"
readme = "README.md"
keywords = ["gelf", "log", "graylog", "logging"]
license = "MIT"
repository = "https://github.com/bzikarsky/gelf-rust"
[profile.release]
opt-level = 3
lto = true

[[bench]]
name = "benchmark"
path = "benches/benchmarks.rs"
harness = false
[dependencies.bytes]
version = "0.4.12"

[dependencies.chrono]
version = "^0.4.0"
features = ["serde"]

[dependencies.failure]
version = "0.1"

[dependencies.hostname]
version = "^0.1.3"

[dependencies.libc]
version = "^0.2.20"

[dependencies.libdeflater]
version = "0.2.0"

[dependencies.log]
version = "0.4"
features = ["std"]

[dependencies.rand]
version = "^0.7.2"

[dependencies.serde]
version = "^1.0.0"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0.0"

[dependencies.serde_with]
version = "1.3.1"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.jemallocator]
version = "0.3.2"

[dev-dependencies.loom]
version = "0.2.14"