Cargo Features

containerd-shim-wasm has no features set by default.

[dependencies]
containerd-shim-wasm = { version = "0.7.0", features = ["opentelemetry", "tracing", "testing"] }
opentelemetry = tracing

Enables opentelemetry ^0.23, opentelemetry-otlp ^0.16.0, opentelemetry_sdk ^0.23, and tracing-opentelemetry ^0.24

tracing opentelemetry?

Enables tracing

tracing
note: it's important to keep the version of tracing in sync with tracing-subscriber

and tracing-subscriber

does not include tracing-log feature due to https://github.com/spinkube/containerd-shim-spin/issues/61

testing

Enables containerd-shim-wasm-test-modules, env_logger ^0.10, oci-tar-builder, and tempfile