# 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 = "slog-loggly" version = "0.6.0" authors = ["Angelcam, Inc."] description = """ This is an unofficial Loggly drain for the slog logging infrastructure in Rust. """ homepage = "https://github.com/angelcam/rust-slog-loggly" documentation = "https://docs.rs/slog-loggly" readme = "README.md" keywords = [ "logging", "slog", "loggly", ] categories = ["development-tools::debugging"] license = "MIT/Apache-2.0" repository = "https://github.com/angelcam/rust-slog-loggly" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.reqwest] version = "0.12" features = ["default-tls"] default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.slog] version = "2.5" [dependencies.tokio] version = "1" features = [] optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [ "http1", "runtime", ] http1 = [] http2 = ["reqwest/http2"] runtime = ["tokio/rt"]