Cargo Features

[dependencies]
actori-redis = { version = "0.8.0", default-features = false, features = ["web"] }
default = web

The web feature is set by default whenever actori-redis is added without default-features = false somewhere in the dependency tree.

web default = actori-service, actori-web, rand, serde, serde_json

actori-web integration

Enables http of actori, cookie-session of actori-session

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.

actori-web web

Enables actori-web

actori web session

actori-service web
actori-session web
rand web

Enables rand ^0.7.0

serde web
serde_json web