Cargo Features
starbase_utils has no features set by default.
[dependencies]
starbase_utils = { version = "0.12.0", features = ["editor-config", "fs-lock", "glob", "glob-cache", "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
- glob
-
Affects
starbase_utils::glob… - glob-cache
-
Enables scc
Affects
glob::GlobWalkOptions.cache… - miette
-
Enables miette
Affects
fs_error::FsError,glob_error::GlobError,json_error::JsonError,net_error::NetError,toml_error::TomlError,yaml_error::YamlError… - net
-
Enables async-trait, reqwest, and url
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_norway
Affects
starbase_utils::yaml…