Cargo Features

[dependencies]
cumulus-primitives-timestamp = { version = "0.16.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever cumulus-primitives-timestamp is added without default-features = false somewhere in the dependency tree.

std default

Enables std of cumulus-primitives-core, sp-inherents, and sp-timestamp

cumulus-primitives-timestamp has 2 features without comments.