Cargo Features

[dependencies]
encrust = { version = "0.2.0", default-features = false, features = ["std", "all", "hashstrings", "macros"] }
default = hashstrings, macros, std

These default features are set whenever encrust is added without default-features = false somewhere in the dependency tree.

std default all?

Enables std of encrust-core and optional encrust-macros

all = hashstrings, macros, std
hashstrings default all?

Enables hashstrings of encrust-core and optional encrust-macros

macros default all?

Enables encrust-macros, macros of encrust-core

Encrust has 5 features without comments.