Cargo Features

[dependencies]
kitsune_p2p_bootstrap_client = { version = "0.4.0-dev.2", default-features = false, features = ["tx2", "tx5", "test_utils"] }
default = tx5

The tx5 feature is set by default whenever kitsune_p2p_bootstrap_client is added without default-features = false somewhere in the dependency tree.

tx2

Enables tx2 of kitsune_p2p_types

tx5 default

Enables tx5 of kitsune_p2p_types

test_utils

Enables fixt of kitsune_p2p_bin_data and kitsune_p2p_types

kitsune_p2p_bootstrap_client has 4 features without comments.

Features from optional dependencies

reminder - do not use workspace deps