Cargo Features

hessra-sdk has no features set by default.

[dependencies]
hessra-sdk = { version = "0.2.2", features = ["http3", "toml"] }
http3 = bytes, futures, h3, h3-quinn, quinn, quinn-proto, rustls, rustls-pemfile

Affects hessra-sdk::Http3Client

toml

Enables toml

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.

h3 http3?
h3-quinn http3?
quinn http3?
quinn-proto http3?
rustls http3?
rustls-pemfile http3?
bytes http3?
futures http3?