# 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.60" name = "ts_opentelemetry_http" version = "0.9.0-beta.1" description = "This is a fork of the helper implementations for exchange of traces and metrics over HTTP" homepage = "https://github.com/ThetaSinner/opentelemetry-rust" readme = "README.md" keywords = [ "opentelemetry", "tracing", "metrics", ] license = "Apache-2.0" repository = "https://github.com/ThetaSinner/opentelemetry-rust" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" features = [ "http2", "client", "tcp", ] optional = true default-features = false [dependencies.isahc] version = "1.4" optional = true default-features = false [dependencies.reqwest] version = "0.11" features = ["blocking"] optional = true default-features = false [dependencies.surf] version = "2.0" optional = true default-features = false [dependencies.tokio] version = "1.0" features = ["time"] optional = true default-features = false [dependencies.ts_opentelemetry_api] version = "0.20.0-beta.1" features = ["trace"]