Cargo Features

[dependencies]
hadris-core = { version = "0.1.1", default-features = false, features = ["std", "alloc"] }
default = std

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

std default = alloc

Enables std of chrono and spin

spin:

Enables std-only features such as yield-relaxing.

alloc std

hadris-core has 3 features without comments.