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 wheneverbeet_rsx_parser
is added without
somewhere in the dependency tree.default-features = false - fs
- css
-
Enables lightningcss
- html default
-
Enables beet_rsx_combinator
beet_rsx_parser has 4 features without comments.