Cargo Features

[dependencies]
atspi-connection = { version = "0.13.0", default-features = false, features = ["p2p", "tracing", "wrappers"] }
default = p2p, wrappers

These default features are set whenever atspi-connection is added without default-features = false somewhere in the dependency tree.

p2p default

Enables futures-lite and p2p of zbus

zbus:

Enables API that is only needed for peer-to-peer (p2p) connections.

tracing

Enables tracing

wrappers default

Enables futures-lite, wrappers of atspi-common

atspi-connection has 4 features without comments.