Cargo Features
[dependencies]
css-inline = { version = "0.14.3", 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
somewhere in the dependency tree.default-features = false - 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