Cargo Features
starbase_utils has no features set by default.
[dependencies]
starbase_utils = { version = "0.8.11", features = ["editor-config", "fs-lock", "glob", "miette", "net", "json", "toml", "yaml"] }
- editor-config
-
Enables ec4rs
Affects
fs::EditorConfigProps
,fs::get_editor_config_props
,fs::write_file_with_config
,json::write_file_with_config
,yaml::write_file_with_config
… - fs-lock
-
fs4:
fs
- glob
-
Enables wax
Affects
starbase_utils::glob
… - miette
-
Enables miette
Affects
fs_error::FsError
,glob_error::GlobError
,json_error::JsonError
,net_error::NetError
,toml_error::TomlError
,yaml_error::YamlError
… - net
-
Affects
starbase_utils::net
… - json
-
Enables json-strip-comments, serde, and serde_json
Affects
starbase_utils::json
… - toml
-
Affects
starbase_utils::toml
… - yaml
-
Enables regex, serde, and serde_yaml
Affects
starbase_utils::yaml
…