# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "relastic" version = "0.4.5" authors = [ "Michael Thomas Lee / Intility AS ", "Eirik Skogstad / Intility AS ", ] include = [ "src/", "README.md", "LICENSE.md", ] description = "Simple rust lib inspired by Serilog for application-wide logging to Elastic" homepage = "https://intility.com" documentation = "https://docs.rs/relastic" readme = "README.md" license = "MIT" repository = "https://gitlab.intility.com" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.lazy_static] version = "1.4" [dependencies.native-tls] version = "0.2" features = ["vendored"] [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", "rustls-tls", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.snafu] version = "0.7" [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dev-dependencies.mockito] version = "0.31" [dev-dependencies.uuid] version = "1.0" features = ["v4"]