Cargo Features
[dependencies]
ellie_renderer_utils = { version = "0.3.0", default-features = false, features = ["std", "cli-utils"] }
- default = cli-utils, std
-
These default features are set whenever
ellie_renderer_utils
is added without
somewhere in the dependency tree.default-features = false - std default
- cli-utils default = clap, clap_complete, lazy_static, path-absolutize, serde, serde_json
-
Affects
ellie_renderer_utils::options
,ellie_renderer_utils::outputs
,utils::CliColor
,utils::file_exists
,utils::read_file
,utils::read_file_bin
,utils::hash_error
,utils::hash_warning
…
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.