tracing-loki 0.2.7

A tracing layer for shipping logs to Grafana Loki
Documentation
# 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-loki"
version = "0.2.7"
authors = ["hrxi <hrrrxi@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tracing layer for shipping logs to Grafana Loki"
readme = "README.md"
keywords = [
    "tracing",
    "loki",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/hrxi/tracing-loki"

[features]
compat-0-2-1 = []
default = [
    "compat-0-2-1",
    "native-tls",
]
native-tls = ["reqwest/native-tls"]
rustls = ["reqwest/rustls-tls"]

[lib]
name = "tracing_loki"
path = "src/lib.rs"

[[example]]
name = "builder"
path = "examples/builder.rs"

[[example]]
name = "layer"
path = "examples/layer.rs"

[[example]]
name = "shutdown"
path = "examples/shutdown.rs"

[dependencies.loki-api]
version = "0.1.0"

[dependencies.reqwest]
version = ">=0.11.10,<0.13.0"
default-features = false

[dependencies.serde]
version = "1.0.136"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.79"

[dependencies.snap]
version = "1.0.5"

[dependencies.tokio]
version = "1.17.0"
features = ["sync"]

[dependencies.tracing]
version = "0.1.32"

[dependencies.tracing-core]
version = "0.1.23"

[dependencies.tracing-log]
version = ">=0.1.2,<0.3.0"

[dependencies.tracing-serde]
version = ">=0.1.3,<0.3.0"

[dependencies.tracing-subscriber]
version = "0.3.9"

[dependencies.url]
version = "2.2.2"

[dev-dependencies.tokio]
version = "1.17.0"
features = [
    "macros",
    "rt-multi-thread",
]