Cargo Features

[dependencies]
wang-utils = { version = "0.6.0", default-features = false, features = ["full", "core", "logger", "json", "command", "map", "git", "queue"] }
default = core, json, logger

These default features are set whenever wang-utils is added without default-features = false somewhere in the dependency tree.

full = command, core, git, json, logger, map, queue
core default full?

Enables wang_utils_core

logger default full?

Enables wang_utils_logger

json default full?

Enables wang_utils_json

command full?

Enables wang_utils_command

map full?

Enables wang_utils_map

git full?

Enables wang_utils_git

queue full?

Enables wang_utils_queue

wang-utils has 9 features without comments.