Cargo Features

digest-headers has no features set by default.

[dependencies]
digest-headers = { version = "0.2.1", features = ["use_actix_web", "use_hyper", "use_reqwest", "use_rocket"] }
use_actix_web = actix-web, bytes, futures

Affects digest-headers::use_actix_web

use_hyper = bytes, futures, http, hyper

Affects digest-headers::use_hyper

use_reqwest = bytes, reqwest

Affects digest-headers::use_reqwest

use_rocket = rocket

Affects digest-headers::use_rocket

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.

actix-web use_actix_web?

Enables actix-web ^0.7

bytes use_actix_web? use_hyper? use_reqwest?

Enables bytes ^0.4

http use_hyper?

Enables http ^0.1

hyper use_hyper?

Enables hyper ^0.12

futures use_actix_web? use_hyper?

Enables futures ^0.1

reqwest use_reqwest?

Enables reqwest ^0.9

rocket use_rocket?

Enables rocket ^0.4