Cargo Features

hyper_cgi has no features set by default.

[dependencies]
hyper_cgi = { version = "22.4.15", features = ["test-server"] }
test-server = base64, clap, lazy_static, rand

Required by the hyper-cgi-test-server binary

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.

base64 test-server?

Enables base64 ^0.13

clap test-server?

Enables clap ^3.1

lazy_static test-server?
rand test-server?