Cargo Features

cni-plugin has no features set by default.

[dependencies]
cni-plugin = { version = "0.2.1", features = ["release-logs", "with-smol", "with-tokio"] }
release-logs
with-smol = async-process, futures

Affects cni-plugin::delegation

with-tokio

Enables io-util and process of tokio

Affects cni-plugin::delegation

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-process with-smol?

Enables async-process ^1.0.2

futures with-smol?
tokio with-tokio?