Cargo Features

[dependencies]
faer-entity = { version = "0.18.0", default-features = false, features = ["std", "nightly"] }
default = std

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

std default

Enables std of pulp

nightly

Enables nightly of pulp

faer-entity has 3 features without comments.