Cargo Features

[dependencies]
doomsday-clock = { version = "0.8.0", default-features = false, features = ["async-std-runtime", "tokio-runtime", "smol-runtime"] }
default = tokio-runtime

The tokio-runtime feature is set by default whenever doomsday-clock is added without default-features = false somewhere in the dependency tree.

async-std-runtime = async-std
tokio-runtime default

Enables macros, rt and rt-multi-thread of tokio

smol-runtime = easy-parallel, smol

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-runtime?
easy-parallel smol-runtime?
smol smol-runtime?

Enables smol ^1