Cargo Features
[dependencies]
ghr = { version = "0.4.4", default-features = false, features = ["vendored", "github"] }
- default = github
-
The
github
feature is set by default wheneverghr
is added without
somewhere in the dependency tree.default-features = false - vendored
-
Enables vendored-libgit2 and vendored-openssl of git2
- github default = gh-config, octocrab
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- gh-config github
- octocrab github
-
Enables octocrab ^0.38.0