Cargo Features

[dependencies]
atrium-api = { version = "0.21.0", default-features = false, features = ["agent"] }
default = agent

The agent feature is set by default whenever atrium-api is added without default-features = false somewhere in the dependency tree.

agent default

Enables sync of tokio

Affects atrium-api::agent

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.

tokio agent