Cargo Features
[dependencies]
octoapp = { version = "0.4.0", default-features = false, features = ["octocrab", "rocket", "hyper"] }
- default = octocrab
-
The
octocrabfeature is set by default wheneveroctoappis added withoutsomewhere in the dependency tree.default-features = false - octocrab default hyper? rocket?
-
Enables octocrab
Affects
octoapp::events… - rocket = octocrab
-
Web frameworks
Enables rocket
Affects
octoapp::ghrocket… - hyper = octocrab
-
Enables http-body-util, hyper, and hyper-util
Affects
octoapp::ghhyper…