Cargo Features

[dependencies]
apalis-cron = { version = "0.5.1", default-features = false, features = ["async-std-comp", "tokio-comp"] }
default = tokio-comp

The tokio-comp feature is set by default whenever apalis-cron is added without default-features = false somewhere in the dependency tree.

async-std-comp = async-std
tokio-comp dev default

Enables net of tokio

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-std async-std-comp?