opentelemetry-http 0.5.0

Helper implementations for exchange of traces and metrics over HTTP
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.bytes]
version = "1"

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

[dependencies.http]
version = "0.2"

[dependencies.isahc]
default-features = false
optional = true
version = "1.4"

[dependencies.opentelemetry]
features = ["trace"]
version = "0.16"

[dependencies.reqwest]
default-features = false
features = ["blocking"]
optional = true
version = "0.11"

[dependencies.surf]
default-features = false
optional = true
version = "2.0"

[package]
authors = ["OpenTelemetry Authors <cncf-opentelemetry-contributors@lists.cncf.io>"]
description = "Helper implementations for exchange of traces and metrics over HTTP"
edition = "2018"
homepage = "https://github.com/open-telemetry/opentelemetry-rust"
keywords = ["opentelemetry", "tracing", "metrics"]
license = "Apache-2.0"
name = "opentelemetry-http"
repository = "https://github.com/open-telemetry/opentelemetry-rust"
version = "0.5.0"