Cargo Features

CSS-parser has no features set by default.

[dependencies]
css-parser = { version = "0.2.0", features = ["cli"] }
cli = argh, base64, codespan-reporting

Required by the css_parser_cli binary

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.

argh cli?
base64 cli?

Enables base64 ^0.13.0

codespan-reporting cli?