Cargo Features

context-async has no features set by default.

[dependencies]
context-async = { version = "0.5.1", features = ["actix-web-from-request", "name", "tracing"] }
actix-web-from-request = actix-web
name = rand

Affects context::Context.name

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.

actix-web actix-web-from-request?
rand name?
tracing implicit feature

Enables tracing

tracing:

Application-level tracing for Rust