Cargo Features
hyper-client-sockets has no features set by default.
[dependencies]
hyper-client-sockets = { version = "0.4.0", features = ["full", "tokio-backend", "async-io-backend", "connector", "unix", "vsock", "firecracker"] }
- full = async-io-backend, connector, firecracker, tokio-backend, unix, vsock
- tokio-backend full?
-
Enables tokio of hyper-util and tokio and tokio-util
tokio:
tokio backend
- async-io-backend full?
-
Enables async-io and smol-hyper
async-io:
async-io backend
- connector full?
-
Enables hyper-util and tower-service
tower-service:
hyper-util support
Affects
firecracker::connector
,unix::connector
,vsock::connector
… - unix full?
-
Affects
hyper-client-sockets::unix
… - vsock full?
-
Affects
hyper-client-sockets::vsock
… - firecracker full?
-
Enables futures-util
Affects
hyper-client-sockets::firecracker
…