Cargo Features

[dependencies]
harfruzz = { version = "0.1.0", default-features = false, features = ["std", "wasm-shaper"] }
default = std

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

std default wasm-shaper?

Enables std of read-fonts ^0.28.0 and ttf-parser

ttf-parser:

Enables the use of the standard library. When disabled, the no-std-float feature must be enabled instead.

wasm-shaper = std

Enables wasmi ^0.40

harfruzz has 3 features without comments.