Cargo Features

[dependencies]
ssh-agent-lib = { version = "0.5.1", default-features = false, features = ["codec", "agent"] }
default = agent

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

codec agent = tokio-util

Affects ssh-agent-lib::codec

agent default = async-trait, codec, futures, log, service-binding, tokio

Affects ssh-agent-lib::agent, ssh-agent-lib::client

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 agent
futures agent
log agent
tokio agent
tokio-util codec?
service-binding agent