Cargo Features

[dependencies]
css-inline = { version = "0.14.1", default-features = false, features = ["cli", "http", "file", "stylesheet-cache"] }
default = cli, file, http, stylesheet-cache

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

cli default = pico-args, rayon
http default = reqwest
file default
stylesheet-cache default = lru

Affects css-inline::StylesheetCache, css-inline::InlineOptions.cache

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.

lru stylesheet-cache
pico-args cli

Enables pico-args ^0.3

rayon cli
reqwest http