Cargo Features

[dependencies]
github_v3 = { version = "1.1.0", default-features = false, features = ["gzip"] }
default = gzip

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

gzip default

Enables gzip of reqwest

github_v3 has 2 features without comments.