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

Enables flate2, reqwest, tar, and tokio

test

external test support

Enables assert_cmd and pretty_assertions

assert_cmd:

exported test support deps

Affects pkgcraft::test