Cargo Features

[dependencies]
izihawa-ipfs-api = { version = "0.16.3", default-features = false, features = ["with-hyper-tls", "with-hyper-rustls", "with-hyper", "with-actix"] }
default = with-hyper

The with-hyper feature is set by default whenever izihawa-ipfs-api is added without default-features = false somewhere in the dependency tree.

with-hyper-tls = with-hyper

Enables with-hyper-tls of izihawa-ipfs-api-backend-hyper

with-hyper-rustls = with-hyper

Enables with-hyper-rustls of izihawa-ipfs-api-backend-hyper

with-hyper default with-hyper-rustls? with-hyper-tls? = ipfs-api-backend-hyper

Enables with-builder of izihawa-ipfs-api-backend-hyper

with-actix = ipfs-api-backend-actix

Enables with-builder of ipfs-api-backend-actix ^0.6

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.

ipfs-api-backend-actix with-actix?

Enables ipfs-api-backend-actix ^0.6

ipfs-api-backend-hyper with-hyper with-hyper-rustls? with-hyper-tls?

Enables izihawa-ipfs-api-backend-hyper