Cargo Features

[dependencies]
tsuki-scheduler = { version = "0.1.3", default-features = false, features = ["async-scheduler", "thread", "uuid", "promise", "tokio", "async-std", "cron", "wasm-bindgen-futures"] }
default = uuid

The uuid feature is set by default whenever tsuki-scheduler is added without default-features = false somewhere in the dependency tree.

async-scheduler

Enables time of optional tokio

thread
uuid default

Enables v4 of uuid

promise = wasm-bindgen-futures
tokio

Enables rt and sync of tokio

async-std

Enables async-std

cron

Enables cron

wasm-bindgen-futures promise?

Enables wasm-bindgen-futures

Tsuki-Scheduler has 9 features without comments.