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