Cargo Features

Tocket has no features set by default.

[dependencies]
tocket = { version = "0.2.1", features = ["redis-impl", "distributed-impl"] }
redis-impl = redis

Affects tocket::in_redis

distributed-impl = async-trait, borsh, bytes, crc32fast, futures, tokio, tokio-util

Affects tocket::distributed

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.

async-trait distributed-impl?
borsh distributed-impl?

Enables borsh ^0.9

bytes distributed-impl?
crc32fast distributed-impl?
futures distributed-impl?
redis redis-impl?

Enables redis ^0.21

tokio distributed-impl?
tokio-util distributed-impl?