Cargo Features

[dependencies]
gh_api = { version = "0.3.1", default-features = false, features = ["gzip"] }
default = gzip

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

gzip default

Enables gzip of reqwest ^0.11.12

gh_api has 2 features without comments.