Cargo Features

[dependencies]
netlify_lambda = { version = "0.2.0", default-features = false, features = ["simulated", "derive"] }
default = derive, simulated

These default features are set whenever netlify_lambda is added without default-features = false somewhere in the dependency tree.

simulated default
derive default = netlify_lambda_attributes

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.

netlify_lambda_attributes derive