Cargo Features
[dependencies]
github_v3 = { version = "1.1.0", default-features = false, features = ["gzip"] }
- default = gzip
-
The
gzip
feature is set by default whenevergithub_v3
is added without
somewhere in the dependency tree.default-features = false - gzip default
github_v3 has 2 features without comments.