Cargo Features

spa-rs has no features set by default.

[dependencies]
spa-rs = { version = "0.7.0", features = ["reverse-proxy", "rustls", "openssl"] }
reverse-proxy = reqwest
rustls

Enables tls-rustls of axum-server

openssl

Enables tls-openssl of axum-server

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.

reqwest reverse-proxy?

Enables reqwest ^0.11.10