[package] name = "relastic" version = "0.4.5" authors = ["Michael Thomas Lee / Intility AS ", "Eirik Skogstad / Intility AS "] 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://gitlab.intility.com" edition = "2021" include = ["src/", "README.md", "LICENSE.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] chrono = {version = "0.4", features = [ "serde" ]} serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" reqwest = { version = "0.11", features = ["json", "blocking", "rustls-tls"] } strum = "0.24" strum_macros = "0.24" lazy_static = "1.4" snafu = "0.7" native-tls = { version = "0.2", features = ["vendored"] } [dev-dependencies] mockito = "0.31" uuid = { version = "1.0", features = ["v4"] }