# 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 = "tracing-gelf" version = "0.9.0" authors = ["Harry Barber "] exclude = ["/.travis.yml"] description = """ A Graylog tracing library. """ homepage = "https://github.com/hlbarber/tracing-gelf" readme = "README.md" keywords = [ "graylog", "logging", "tracing", "tcp", "udp", ] categories = ["development-tools"] license = "MIT" repository = "https://github.com/hlbarber/tracing-gelf" [dependencies.bytes] version = "1.6.1" [dependencies.futures-util] version = "0.3.30" features = ["sink"] [dependencies.hostname] version = "0.4.0" [dependencies.rustls-pki-types] version = "1.1.0" optional = true [dependencies.serde_json] version = "1.0.120" [dependencies.thiserror] version = "1.0.52" [dependencies.tokio] version = "1.35.1" features = [ "io-util", "net", "time", "sync", ] [dependencies.tokio-rustls] version = "0.26.0" optional = true [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-util] version = "0.7.10" features = [ "codec", "net", ] [dependencies.tracing-core] version = "0.1.32" [dependencies.tracing-futures] version = "0.2.5" [dependencies.tracing-subscriber] version = "0.3.18" [dev-dependencies.tokio] version = "1.35.1" features = [ "macros", "rt", "rt-multi-thread", ] [dev-dependencies.tracing] version = "0.1.40" [features] rustls-tls = [ "tokio-rustls", "rustls-pki-types", ] [badges.travis-ci] repository = "hlbarber/tracing-gelf"