Cargo Features

[dependencies]
async-mpd = { version = "0.6.0", default-features = false, features = ["client"] }
default = client

The client feature is set by default whenever async-mpd is added without default-features = false somewhere in the dependency tree.

client default = async-net, async-trait, futures-lite, itertools, log, multimap, thiserror

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-net client

Enables async-net ^1.5

itertools client

Enables itertools ^0.10.0

log client
thiserror client
futures-lite client

Enables futures-lite ^1.11

multimap client

Enables multimap ^0.8

async-trait client