Cargo Features
[dependencies]
extism-pdk = { version = "1.3.0", default-features = false, features = ["http", "msgpack", "protobuf"] }
- default = http, msgpack
-
These default features are set whenever
extism-pdk
is added without
somewhere in the dependency tree.default-features = false - 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.