Cargo Features

[dependencies]
glory-routing = { version = "0.3.1", default-features = false, features = ["web-csr", "web-ssr", "salvo"] }
default = web-csr

The web-csr feature is set by default whenever glory-routing is added without default-features = false somewhere in the dependency tree.

web-csr default

Enables wasm-bindgen, web-csr of glory-core

web-ssr

Enables web-ssr of glory-core

salvo

Enables salvo ^0.60, salvo of glory-core

glory-routing has 4 features without comments.