Cargo Features
[dependencies]
tsukuyomi-session = { version = "0.2.0", default-features = false, features = ["secure", "use-redis"] }
- default = secure
-
The
secure
feature is set by default whenevertsukuyomi-session
is added without
somewhere in the dependency tree.default-features = false - secure default
-
Enables secure of cookie ^0.11 and tsukuyomi
tsukuyomi:
Enables the features around signing/encryption, depending on 'ring'.
- use-redis = redis, uuid
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.