Cargo Features

[dependencies]
monotonic-time = { version = "1.0.2", default-features = false, features = ["std", "no_std"] }
default = no_std

The no_std feature is set by default whenever monotonic-time is added without default-features = false somewhere in the dependency tree.

std
no_std default

Monotonic-Time has 3 features without comments.