# 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 = "gelf_logger" version = "0.3.0" authors = ["OVH SAS "] description = "Minimal rust logger to send log entries in GELF." readme = "README.md" keywords = [ "serde", "logs", "GELF", ] license-file = "LICENSE" repository = "https://github.com/ovh/rust-gelf_logger" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", "--generate-link-to-definition", ] [dependencies.env_filter] version = "0.1.0" [dependencies.hostname] version = "0.4.0" [dependencies.log] version = "0.4.21" features = [ "kv_serde", "std", ] [dependencies.native-tls] version = "0.2.12" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.118" [dependencies.thiserror] version = "1.0.61" [features] default = [] ovh-ldp = []