Cargo Features
[dependencies]
actix-limitation = { version = "0.5.1", default-features = false, features = ["session"] }
- default = session
-
The
session
feature is set by default wheneveractix-limitation
is added without
somewhere in the dependency tree.default-features = false - session default = actix-session
-
Affects
actix-limitation::DEFAULT_SESSION_KEY
…
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.
- actix-session session
-
Enables actix-session ^0.8
session