Cargo Features

kitsune_p2p_bin_data has no features set by default.

[dependencies]
kitsune_p2p_bin_data = { version = "0.4.0-dev.1", features = ["fixt", "sqlite-encrypted", "sqlite", "fuzzing", "test_utils"] }
fixt

Enables fixt

Affects kitsune_p2p_bin_data::fixt

sqlite-encrypted

Enables sqlite-encrypted of kitsune_p2p_dht_arc

sqlite

Enables sqlite of kitsune_p2p_dht_arc

fuzzing = arbitrary, proptest, proptest-derive

Enables fuzzing of kitsune_p2p_dht_arc

test_utils

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.

reminder - do not use workspace deps

proptest-derive fuzzing?
arbitrary fuzzing?
proptest fuzzing?