Cargo Features

[dependencies]
woff2-no-std = { version = "0.3.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of brotli, bytes, and four-cc

woff2-no-std has 2 features without comments.