Cargo Features
[dependencies]
clia-ntex-identity = { version = "0.3.0", default-features = false, features = ["cookie-policy"] }
- default = cookie-policy
-
The
cookie-policy
feature is set by default wheneverclia-ntex-identity
is added without
somewhere in the dependency tree.default-features = false -
Enables secure of cookie ^0.17 and cookie of ntex ^0.7.0
ntex:
enable cookie support
clia-ntex-identity has 2 features without comments.