We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e3eecd3 + 1816109 commit 1e5727aCopy full SHA for 1e5727a
Cargo.toml
@@ -26,6 +26,7 @@ rustdoc-args = ["--cfg", "docsrs"]
26
reqwest-blocking-client = ["reqwest-client"]
27
reqwest-blocking-client-rustls = ["reqwest-client-rustls"]
28
reqwest-client = ["opentelemetry-http/reqwest", "reqwest/native-tls"]
29
+reqwest-client-vendored-tls = ["opentelemetry-http/reqwest", "reqwest/native-tls-vendored"]
30
reqwest-client-rustls = ["opentelemetry-http/reqwest", "reqwest/rustls-tls"]
31
surf-client = ["opentelemetry-http/surf"]
32
metrics = ["opentelemetry/metrics", "ureq"]
0 commit comments