Cargo Features

async-compatibility-layer has no features set by default.

[dependencies]
async-compatibility-layer = { version = "1.1.0", features = ["profiling", "logging-utils"] }
profiling = logging-utils, opentelemetry, opentelemetry-aws, opentelemetry-jaeger, tracing-opentelemetry

async_std

Affects tokio::async_spawn

logging-utils profiling? = tracing-subscriber

Affects async-compatibility-layer::logging

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

tracing-subscriber logging-utils?
opentelemetry profiling?

Enables opentelemetry ^0.20.0

tracing-opentelemetry profiling?

Enables tracing-opentelemetry ^0.21.0

opentelemetry-jaeger profiling?

Enables opentelemetry-jaeger ^0.19.0

opentelemetry-aws profiling?

Enables opentelemetry-aws ^0.8.0