Cargo Features

kitsune_p2p_fetch has no features set by default.

[dependencies]
kitsune_p2p_fetch = { version = "0.5.0-dev.8", features = ["sqlite-encrypted", "sqlite", "fuzzing", "test_utils"] }
sqlite-encrypted = rusqlite

Enables sqlite-encrypted of kitsune_p2p_types, bundled-sqlcipher-vendored-openssl of rusqlite ^0.32.1

sqlite = rusqlite

Enables sqlite of kitsune_p2p_types, bundled of rusqlite ^0.32.1

fuzzing = 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?
rusqlite sqlite? sqlite-encrypted?

Enables rusqlite ^0.32.1

proptest fuzzing?