Cargo Features

[dependencies]
beet_rsx_parser = { version = "0.0.6-rc.1", default-features = false, features = ["fs", "css", "html"] }
default = html

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

fs

Enables fs of sweet

css

Enables lightningcss

html default

Enables beet_rsx_combinator

beet_rsx_parser has 4 features without comments.