Cargo Features
[dependencies]
kitsune_p2p_timestamp = { version = "0.5.0-dev.0", default-features = false, features = ["full", "now", "sqlite-encrypted", "sqlite", "fuzzing"] }
- default = chrono
-
The
chrono
feature is set by default wheneverkitsune_p2p_timestamp
is added without
somewhere in the dependency tree.default-features = false - full = now
- now full? = chrono
- sqlite-encrypted = rusqlite
-
Enables bundled-sqlcipher-vendored-openssl of rusqlite
Dependencies only needed for full.
- sqlite = rusqlite
- fuzzing = arbitrary, once_cell, proptest, proptest-derive, rand
-
Affects
kitsune_p2p_timestamp::noise
,noise::NOISE
…
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