Cargo Features

SIB has no features set by default.

[dependencies]
sib = { version = "0.0.8", features = ["boring-ssl", "h1-server", "h3-server"] }
boring-ssl = boring

Affects h1::H1ServiceFactory.start_tls

h1-server = arc-swap, bytes, httparse, httpdate, may, once_cell
h3-server = bytes, may, quiche, ring

Affects http::h3

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.

arc-swap h1-server?
boring boring-ssl?
bytes h1-server? h3-server?
httparse h1-server?
httpdate h1-server?
may h1-server? h3-server?
once_cell h1-server?
quiche h3-server?
ring h3-server?