Cargo Features

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

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

std default wasm-shaper?

Enables std of 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.37.0

rustybuzz has 3 features without comments.