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 wheneveripfs-api
is added without
somewhere in the dependency tree.default-features = false - 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.