Cargo Features

brakes has no features set by default.

[dependencies]
brakes = { version = "0.1.1", features = ["memcache", "redis", "actixweb", "tower"] }
memcache

Enables memcache

Affects backend::memcache

redis

Enables r2d2 and redis ^0.27.6

Affects backend::redis

actixweb

Enables actix-web and futures-util

Affects middleware::actixweb

tower

Enables futures, http, and tower

Affects middleware::tower