Cargo Features

starbase_utils has no features set by default.

[dependencies]
starbase_utils = { version = "0.6.4", features = ["editor-config", "fs-lock", "glob", "glob-miette", "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

Enables fs4 and tokio

fs4:

fs

glob glob-miette?

Enables wax

Affects starbase_utils::glob

glob-miette = glob, miette

Enables miette of wax

glob

miette glob-miette?

Enables miette

Affects fs_error::FsError, glob_error::GlobError

net

Enables reqwest and url

Affects starbase_utils::net

json

Enables json-strip-comments, serde, and serde_json

Affects starbase_utils::json

toml

Enables serde and toml

Affects starbase_utils::toml

yaml

Enables regex, serde, and serde_yaml

Affects starbase_utils::yaml