Cargo Features

[dependencies]
inertia-rust = { version = "0.1.0", default-features = false, features = ["actix", "basic-vite-resolver"] }
default = actix

The actix feature is set by default whenever inertia-rust is added without default-features = false somewhere in the dependency tree.

actix default

Enables actix-web

Affects inertia-rust::actix, providers::actix

basic-vite-resolver

Enables vite-rust

Affects inertia-rust::resolvers