Cargo Features

[dependencies]
async-time-mock-async-std = { version = "0.1.1", default-features = false, features = ["interval", "mock"] }
default = interval

The interval feature is set by default whenever async-time-mock-async-std is added without default-features = false somewhere in the dependency tree.

interval default

Enables unstable of async-std

mock

Enables async-time-mock-core

async-time-mock-async-std has 3 features without comments.