Cargo Features
[dependencies]
wang-utils = { version = "0.5.10", default-features = false, features = ["full", "core", "logger", "json", "command", "map", "git"] }
- default = core, json, logger
-
These default features are set whenever
wang-utils
is added without
somewhere in the dependency tree.default-features = false - full = command, core, git, json, logger, map
- 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
wang-utils has 8 features without comments.