emit_otlp 1.17.2

Emit diagnostic events to an OpenTelemetry-compatible collector.
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 = "emit_otlp"
version = "1.17.2"
authors = ["emit contributors"]
build = false
exclude = ["test"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Emit diagnostic events to an OpenTelemetry-compatible collector."
readme = "README.md"
keywords = [
    "logging",
    "tracing",
    "metrics",
    "observability",
]
categories = ["development-tools::debugging"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/emit-rs/emit"

[features]
default = [
    "tls",
    "gzip",
    "web",
]
gzip = ["dep:flate2"]
tls = [
    "dep:tokio-rustls",
    "dep:rustls-native-certs",
]
tls-native = [
    "tls",
    "dep:tokio-native-tls",
]
web = [
    "emit/web",
    "emit_batcher/web",
    "wasm-bindgen",
    "wasm-bindgen-futures",
    "js-sys",
]

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

[dependencies.bytes]
version = "1"

[dependencies.emit]
version = "1.17.2"
features = [
    "std",
    "sval",
    "implicit_internal_rt",
]
default-features = false

[dependencies.flate2]
version = "1"
optional = true

[dependencies.futures-util]
version = "0.3"
features = ["std"]
default-features = false

[dependencies.http]
version = "1"

[dependencies.sval]
version = "2.10"
features = ["std"]

[dependencies.sval_buffer]
version = "2"
features = ["std"]

[dependencies.sval_derive]
version = "2.10"
features = [
    "std",
    "flatten",
]

[dependencies.sval_dynamic]
version = "2.10"

[dependencies.sval_json]
version = "2"
features = ["std"]

[dependencies.sval_protobuf]
version = "0.3"
features = ["bytes"]

[dependencies.sval_ref]
version = "2.10"

[dev-dependencies.emit]
version = "1.17.2"
features = ["implicit_rt"]

[dev-dependencies.prost]
version = "0.14"

[dev-dependencies.prost-types]
version = "0.14"

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.tokio]
version = "1"
features = [
    "sync",
    "macros",
    "io-util",
    "rt",
    "time",
]

[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown"))'.dependencies.emit_batcher]
version = "1.17.2"

[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown"))'.dependencies.js-sys]
version = "0.3"
optional = true

[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown"))'.dependencies.wasm-bindgen]
version = "0.2"
optional = true

[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown"))'.dependencies.wasm-bindgen-futures]
version = "0.4"
optional = true

[target.'cfg(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown"))'.dev-dependencies.wasm-bindgen-test]
version = "0.3"

[target.'cfg(not(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown")))'.dependencies.emit_batcher]
version = "1.17.2"
features = ["tokio"]

[target.'cfg(not(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown")))'.dependencies.hyper]
version = "1"
features = [
    "client",
    "http1",
    "http2",
]
default-features = false

[target.'cfg(not(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown")))'.dependencies.rustls-native-certs]
version = "0.8"
optional = true

[target.'cfg(not(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown")))'.dependencies.tokio]
version = "1"
features = [
    "rt",
    "sync",
    "net",
]
default-features = false

[target.'cfg(not(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown")))'.dependencies.tokio-native-tls]
version = "0.3"
optional = true

[target.'cfg(not(all(target_arch = "wasm32", target_vendor = "unknown", target_os = "unknown")))'.dependencies.tokio-rustls]
version = "0.26"
features = ["ring"]
optional = true
default-features = false