Cargo Features
[dependencies]
chaste = { 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
is added without
somewhere in the dependency tree.default-features = false - bun default
-
Enables chaste-bun
- 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 7 features without comments.