Cargo Features

ipfs-api-backend-hyper has no features set by default.

[dependencies]
ipfs-api-backend-hyper = { version = "0.6.0", features = ["with-builder", "with-hyper-tls", "with-hyper-rustls", "with-send-sync"] }
with-builder

Enables with-builder of ipfs-api-prelude

with-hyper-tls = hyper-tls
with-hyper-rustls = hyper-rustls
with-send-sync

Enables with-send-sync of ipfs-api-prelude

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.

hyper-rustls with-hyper-rustls?

Enables hyper-rustls ^0.23

hyper-tls with-hyper-tls?

Enables hyper-tls ^0.5