Cargo Features

[dependencies]
actix-limitation = { version = "0.5.1", default-features = false, features = ["session"] }
default = session

The session feature is set by default whenever actix-limitation is added without default-features = false somewhere in the dependency tree.

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