Cargo Features
[dependencies]
async-time-mock-smol = { version = "0.2.0", default-features = false, features = ["mock", "stream"] }
- default = stream
-
The
stream
feature is set by default wheneverasync-time-mock-smol
is added without
somewhere in the dependency tree.default-features = false - mock
-
Enable mock clock
Enables async-time-mock-core
- stream default
-
Enables futures-core
required for the Stream trait and already a dependency of async-io