Cargo Features

[dependencies]
ghr = { version = "0.4.2", default-features = false, features = ["vendored", "github"] }
default = github

The github feature is set by default whenever ghr is added without default-features = false somewhere in the dependency tree.

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.32.0