Cargo Features

rocket-sessions has no features set by default.

[dependencies]
rocket-sessions = { version = "0.0.1", features = ["in-memory", "log", "redis"] }
in-memory = chashmap

Affects rocket-sessions::in_memory

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.

log implicit feature

Enables log

log:

A lightweight logging facade for Rust

redis implicit feature

Enables redis ^0.21.5

redis:

Redis driver for Rust

chashmap in-memory?