Cargo Features
[dependencies]
holochain_timestamp = { version = "0.5.0-dev.1", default-features = false, features = ["now", "sqlite-encrypted", "sqlite"] }
- default = now
-
The
now
feature is set by default wheneverholochain_timestamp
is added without
somewhere in the dependency tree.default-features = false - now default
-
Enables chrono
Dependencies not needed for integrity.
- sqlite-encrypted
-
Enables bundled-sqlcipher-vendored-openssl of rusqlite ^0.32.1
Dependencies only needed for full.
- sqlite
-
Enables bundled of rusqlite ^0.32.1
Features from optional dependencies
reminder - do not use workspace deps