Cargo Features

[dependencies]
web-static-pack = { version = "0.4.4", default-features = false, features = ["hyper_loader"] }
default = hyper_loader

The hyper_loader feature is set by default whenever web-static-pack is added without default-features = false somewhere in the dependency tree.

hyper_loader default = http, http-body, hyper

Affects web-static-pack::hyper_loader

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

http hyper_loader

Enables http ^0.2.9

For hyper_loader

http-body hyper_loader

Enables http-body ^0.4.5

hyper hyper_loader

Enables hyper ^0.14.27