Cargo Features

kitsune_p2p_dht_arc has no features set by default.

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

Enables bundled-sqlcipher-vendored-openssl of rusqlite ^0.29

sqlite = rusqlite

Enables bundled of rusqlite ^0.29

test_utils = fuzzing
slow_tests
fuzzing test_utils? = arbitrary, proptest, proptest-derive

Enables fuzzing of kitsune_p2p_timestamp

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

Enables rusqlite ^0.29

arbitrary fuzzing?
proptest fuzzing?