Cargo Features

http-signatures has no features set by default.

[dependencies]
http-signatures = { version = "0.8.0", features = ["use_actix_web", "use_hyper", "use_reqwest", "use_rocket", "openssl"] }
use_actix_web = actix-web, futures

Affects http-signatures::use_actix_web_client, http-signatures::use_actix_web_server

use_hyper = futures, hyper

Affects http-signatures::use_hyper_client, http-signatures::use_hyper_server

use_reqwest = reqwest

Affects http-signatures::use_reqwest

use_rocket = rocket

Affects http-signatures::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

futures use_actix_web? use_hyper?

Enables futures ^0.1

hyper use_hyper?

Enables hyper ^0.12

openssl implicit feature

Enables openssl

openssl:

OpenSSL bindings

reqwest use_reqwest?

Enables reqwest ^0.9

rocket use_rocket?

Enables rocket ^0.4