Cargo Features

kitsune_p2p_fetch has no features set by default.

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

Enables sqlite-encrypted of kitsune_p2p_types

sqlite

Enables sqlite of kitsune_p2p_types

fuzzing = arbitrary, proptest, proptest-derive

Enables fuzzing of kitsune_p2p_timestamp and kitsune_p2p_types

test_utils = human-repr

Enables test_utils of kitsune_p2p_types

Affects respond::FetchResponseQueue.bytes_sent

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

human-repr test_utils?
proptest-derive fuzzing?
arbitrary fuzzing?
proptest fuzzing?