Cargo Features
[dependencies]
gh_api = { version = "0.3.1", default-features = false, features = ["gzip"] }
- default = gzip
-
The
gzip
feature is set by default whenevergh_api
is added without
somewhere in the dependency tree.default-features = false - gzip default
-
Enables gzip of reqwest ^0.11.12
gh_api has 2 features without comments.