Cargo Features

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

[dependencies]
containerd-shim-protos = { version = "0.7.0", features = ["async", "sandbox", "docs"] }
async = async-trait

Enables async of ttrpc

Affects containerd-shim-protos::shim_async, sandbox::sandbox_async, shim::events_ttrpc_async, shim::shim_ttrpc_async, containerd-shim-protos::sandbox_async

sandbox

Affects containerd-shim-protos::sandbox_sync, types::platform, containerd-shim-protos::sandbox_async

docs

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.

async-trait async?