Cargo Features
[dependencies]
chaste-cli = { version = "0.5.0", default-features = false, features = ["bun", "npm", "pnpm", "yarn", "yarn-berry", "yarn-classic"] }
- default = bun, npm, pnpm, yarn
-
These default features are set whenever
chaste-cli
is added without
somewhere in the dependency tree.default-features = false - bun default
- npm default
- pnpm default
- yarn default = yarn-berry, yarn-classic
- yarn-berry yarn
-
Enables yarn-berry of chaste
- yarn-classic yarn
-
Enables yarn-classic of chaste
chaste-cli has 7 features without comments.