Cargo Features
kitsune_p2p_fetch has no features set by default.
[dependencies]
kitsune_p2p_fetch = { version = "0.5.0-dev.5", features = ["sqlite-encrypted", "sqlite", "fuzzing", "test_utils"] }
- sqlite-encrypted = rusqlite
-
Enables sqlite-encrypted of kitsune_p2p_types, bundled-sqlcipher-vendored-openssl of rusqlite
- sqlite = rusqlite
-
Enables sqlite of kitsune_p2p_types, bundled of rusqlite
- 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