opentelemetry-stackdriver 0.29.0

A Rust opentelemetry exporter that uploads traces to Google Stackdriver trace.
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"
rust-version = "1.75.0"
name = "opentelemetry-stackdriver"
version = "0.29.0"
build = false
exclude = ["/proto"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust opentelemetry exporter that uploads traces to Google Stackdriver trace."
documentation = "https://docs.rs/opentelemetry-stackdriver/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/open-telemetry/opentelemetry-rust-contrib"

[package.metadata.cargo-machete]
ignored = ["tracing"]

[features]
default = [
    "gcp-authorizer",
    "tls-native-roots",
    "internal-logs",
]
gcp-authorizer = ["dep:gcp_auth"]
internal-logs = ["tracing"]
propagator = []
tls-native-roots = ["tonic/tls-native-roots"]
tls-ring = ["tonic/tls-ring"]
tls-webpki-roots = ["tonic/tls-webpki-roots"]

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

[[test]]
name = "generate"
path = "tests/generate.rs"

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

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

[dependencies.gcp_auth]
version = "0.12"
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.opentelemetry]
version = "0.32"

[dependencies.opentelemetry-semantic-conventions]
version = "0.32"
features = ["semconv_experimental"]

[dependencies.opentelemetry_sdk]
version = "0.32"
features = ["trace"]
default-features = false

[dependencies.prost]
version = "0.13"

[dependencies.prost-types]
version = "0.13"

[dependencies.thiserror]
version = "2.0"

[dependencies.tonic]
version = "0.13"
features = [
    "channel",
    "codegen",
    "gzip",
    "prost",
]
default-features = false

[dependencies.tracing]
version = "0.1"
optional = true

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

[dev-dependencies.opentelemetry]
version = "0.32"
features = ["testing"]

[dev-dependencies.reqwest]
version = "0.12"

[dev-dependencies.tempfile]
version = "3.3.0"

[dev-dependencies.tokio]
version = "1.0"
features = [
    "macros",
    "rt",
]

[dev-dependencies.tonic-build]
version = "0.13"

[dev-dependencies.walkdir]
version = "2.3.2"

[lints.clippy.all]
level = "warn"
priority = 1

[lints.rust]
if_let_rescope = "allow"
tail_expr_drop_order = "allow"

[lints.rust.rust_2024_compatibility]
level = "warn"
priority = -1