Cargo Features

[dependencies]
lambda_runtime = { version = "0.11.2", default-features = false, features = ["tracing"] }
default = tracing

The tracing feature is set by default whenever lambda_runtime is added without default-features = false somewhere in the dependency tree.

tracing default

Enables tracing of lambda_runtime_api_client

lambda_runtime has 2 features without comments.