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