Cargo Features
[dependencies]
shulkerscript-cli = { version = "0.1.0", default-features = false, features = ["lang-debug", "lua", "migrate", "watch", "zip"] }
- default = lua, migrate, watch, zip
-
These default features are set whenever
shulkerscript-cli
is added without
somewhere in the dependency tree.default-features = false - lang-debug
- lua default
-
Enables lua of shulkerscript
- migrate default
-
Enables indoc, serde_json, and walkdir
- watch default
-
Enables ctrlc and notify-debouncer-mini ^0.4.1
- zip default
-
Enables shulkerscript
shulkerscript-cli has 6 features without comments.