Cargo Features

[dependencies]
git-assist = { version = "0.1.0", default-features = false, features = ["github"] }
default = github

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

github default = jsonwebtoken, 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.

jsonwebtoken github

Enables jsonwebtoken ^8.3.0

Github support:

octocrab github

Enables octocrab ^0.29.1