[package]
name = "relastic"
version = "0.4.13"
authors = ["Michael Thomas Lee / Intility AS <michael.thomas.lee@intility.no>", "Eirik Skogstad / Intility AS <eirik.skogstad@intility.no>"]
description = "Simple rust lib inspired by Serilog for application-wide logging to Elastic"
license = "MIT"
readme = "README.md"
documentation = "https://docs.rs/relastic"
homepage = "https://intility.com"
repository = "https://github.com/intility/relastic"
edition = "2024"
include = ["src/", "README.md", "LICENSE.md"]
[dependencies]
chrono = {version = "0.4", features = [ "serde" ]}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
reqwest = { version = "0.13", features = ["json", "blocking", "rustls"] }
strum = "0.28"
strum_macros = "0.28"
lazy_static = "1.5"
snafu = "0.9"
native-tls = { version = "0.2", features = ["vendored"] }
[dev-dependencies]
mockito = "1.7"
uuid = { version = "1", features = ["v4"] }