Cargo Features

[dependencies]
extism-pdk = { version = "1.1.0", default-features = false, features = ["http", "msgpack", "protobuf"] }
default = http, msgpack

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

http default = extism-manifest

Affects extism-pdk::http

msgpack default

Enables msgpack of extism-convert

protobuf

Enables protobuf of extism-convert

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.

extism-manifest http