Cargo Features

[dependencies]
ipfs-api = { version = "0.17.0", 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 ipfs-api is added without default-features = false somewhere in the dependency tree.

with-hyper-tls = with-hyper

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

with-hyper-rustls = with-hyper

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

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

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

with-actix = ipfs-api-backend-actix

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

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?
ipfs-api-backend-hyper with-hyper with-hyper-rustls? with-hyper-tls?