Cargo Features
Pkgcraft has no features set by default.
[dependencies]
pkgcraft = { version = "0.0.17", features = ["git", "https", "test"] }
- git
-
enable git repo syncing support
Enables git2
- https
-
enable repo syncing over https, e.g. tar+https
- test
-
external test support
Enables assert_cmd and pretty_assertions
assert_cmd:
exported test support deps
Affects
pkgcraft::test
…