Cargo Features
[dependencies]
git-assist = { version = "0.1.0", default-features = false, features = ["github"] }
- default = github
-
The
github
feature is set by default whenevergit-assist
is added without
somewhere in the dependency tree.default-features = false - 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