Cargo Features
prr has no features set by default.
[dependencies]
prr = { version = "0.19.0", features = ["vendored-openssl", "clap_mangen", "clap_complete"] }
- vendored-openssl
-
Statically link a vendored copy OpenSSL. OpenSSL is used by all of
git2
,reqwest
andoctocrab
, enabling vendoring for just one of them should be enough.Enables vendored-openssl of git2 ^0.18.1
Features from optional dependencies
- clap_mangen build implicit feature
-
Enables clap_mangen
clap_mangen:
A manpage generator for clap
- clap_complete build implicit feature
-
Enables clap_complete
clap_complete:
Generate shell completion scripts for your clap::Command