Cargo Features

fcnetd-client has no features set by default.

[dependencies]
fcnetd-client = { version = "0.2.0", features = ["full", "connection-pool", "deadpool", "tokio-socket", "smol-socket"] }
full = deadpool, smol-socket, tokio-socket
connection-pool deadpool?

Affects fcnetd-client::FcnetdConnectionPool

deadpool full? = connection-pool

Enables deadpool

tokio-socket full?

Enables tokio and tokio-util

Affects socket::TokioSocket

smol-socket full?

Enables async-net and futures-lite

Affects socket::SmolSocket