Cargo Features

Pkgcraft has no features set by default.

[dependencies]
pkgcraft = { version = "0.0.14", features = ["git", "https"] }
git

enable git repo syncing support

Enables git2

https

enable repo syncing over https, e.g. tar+https

Enables flate2, reqwest ^0.11.24, tar, and tokio