Cargo Features
pkgcruft has no features set by default.
[dependencies]
pkgcruft = { version = "0.0.9", features = ["test", "shell"] }
- test
-
test support
Enables test of pkgcraft and assert_cmd and glob
assert_cmd:
exported test support deps
Affects
pkgcruft::test
… - shell
-
shell completion support
Enables clap_complete
Required by the pkgcruft-shell-comp binary