Cargo Features

fizyr-rpc has no features set by default.

[dependencies]
fizyr-rpc = { version = "0.8.0", features = ["macros", "tcp", "unix-seqpacket", "unix-stream"] }
macros = fizyr-rpc-macros

Affects fizyr-rpc::macros

tcp

Enables net of tokio

Affects fizyr-rpc::TcpTransport, fizyr-rpc::TcpPeer, fizyr-rpc::TcpListener, stream::TcpStreamInfo

unix-seqpacket = tokio-seqpacket

Affects fizyr-rpc::UnixSeqpacketTransport, fizyr-rpc::UnixSeqpacketPeer, fizyr-rpc::UnixSeqpacketListener, unix::UnixSeqpacketInfo

unix-stream

Enables net of tokio

Affects fizyr-rpc::UnixStreamTransport, fizyr-rpc::UnixStreamPeer, fizyr-rpc::UnixStreamListener, stream::UnixStreamInfo

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.

tokio-seqpacket unix-seqpacket?
fizyr-rpc-macros macros?