stashlog 0.0.13

A minimalistic Rust library for Logstash Event format logging.
Documentation
[dependencies.chrono]
version = "0.4.38"

[dependencies.gethostname]
version = "0.5.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.204"

[dependencies.serde_json]
version = "1.0.121"

[dev-dependencies.tempfile]
version = "3.2"

[lib]
name = "stashlog"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A minimalistic Rust library for Logstash Event format logging."
edition = "2021"
license = "MIT"
name = "stashlog"
readme = "README.md"
version = "0.0.13"