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 wheneverdoomsday-clock
is added without
somewhere in the dependency tree.default-features = false - 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.