Cargo Features

[dependencies]
octoapp = { version = "0.4.0", default-features = false, features = ["octocrab", "rocket", "hyper"] }
default = octocrab

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

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