Cargo Features

[dependencies]
cobalt-bin = { version = "0.19.3", default-features = false, features = ["unstable", "preview_unstable", "serve", "syntax-highlight", "sass", "html-minifier"] }
default = html-minifier, sass, serve, syntax-highlight

These default features are set whenever cobalt-bin is added without default-features = false somewhere in the dependency tree.

unstable
preview_unstable

Enables preview_unstable of cobalt-config

serve default = file-serve, notify
syntax-highlight default

Enables syntax of engarde

sass default = sass-rs

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

file-serve serve
notify serve
sass-rs sass
html-minifier default

Enables html-minifier ^3.0