@@ -16,16 +16,9 @@ experimental_metrics_periodicreader_with_async_runtime = ["opentelemetry_sdk/exp
1616once_cell = { workspace = true }
1717opentelemetry = { path = " ../../../opentelemetry" }
1818opentelemetry_sdk = { path = " ../../../opentelemetry-sdk" , features = [" rt-tokio" , " experimental_metrics_periodicreader_with_async_runtime" ]}
19- opentelemetry-http = { path = " ../../../opentelemetry-http" , optional = true , default-features = false }
2019opentelemetry-otlp = { path = " ../.." , features = [" http-proto" , " http-json" , " logs" ] , default-features = false }
2120opentelemetry-appender-tracing = { path = " ../../../opentelemetry-appender-tracing" , default-features = false }
22- opentelemetry-semantic-conventions = { path = " ../../../opentelemetry-semantic-conventions" }
2321
24- async-trait = { workspace = true , optional = true }
25- bytes = { workspace = true , optional = true }
26- http = { workspace = true , optional = true }
27- http-body-util = { workspace = true , optional = true }
2822tokio = { workspace = true , features = [" full" ] }
2923tracing = { workspace = true , features = [" std" ]}
30- tracing-core = { workspace = true }
3124tracing-subscriber = { workspace = true , features = [" env-filter" ," registry" , " std" , " fmt" ] }
0 commit comments