Cargo Features

[dependencies]
envoy-sdk = { version = "0.2.0-alpha.1", default-features = false, features = ["wee-alloc", "log"] }
default = log

Default set of optional packages.
Most people will want to use these packages, but they are strictly optional.

wee-alloc

Enables wee-alloc of proxy-wasm-experimental

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.

log default

Enables log

List of optional dependencies that get enabled by features.