Cargo Features

quic-rpc-utils has no features set by default.

[dependencies]
quic-rpc-utils = { version = "0.2.1", features = ["flume", "hyper", "quinn"] }
flume

Enables flume-transport of quic-rpc

hyper

Enables hyper-transport of quic-rpc

quinn

Enables rcgen, quinn-transport of quic-rpc and ring of iroh-quinn

iroh-quinn:

Enables Endpoint::client and Endpoint::server conveniences

Affects quic-rpc-utils::gen_server_cert, quic-rpc-utils::save_cert_file, quic-rpc-utils::read_cert_file, quic-rpc-utils::configure_server, quic-rpc-utils::configure_client

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.

iroh-quinn quinn?
rcgen quinn?