11[package ]
2- version = " 2.4.3 "
2+ version = " 2.4.4 "
33name = " inertia-rust"
44description = " A Rust server-adapter for building modern MVC web apps with Inertia."
55repository = " https://github.com/KaioFelps/inertia-rust"
66keywords = [" inertiajs" , " front-end" , " react" , " svelte" , " vue" ]
7- categories = [" network-programming" , " template-engine" , " visualization" , " web-programming" , " web-programming::http-server" ]
7+ categories = [
8+ " network-programming" ,
9+ " template-engine" ,
10+ " visualization" ,
11+ " web-programming" ,
12+ " web-programming::http-server" ,
13+ ]
814edition = " 2021"
915readme = " README.md"
10- authors = [ " Kaio Felps" ]
16+ authors = [" Kaio Felps" ]
1117license-file = " LICENSE"
12- exclude = [
13- " examples/*" ,
14- " .idea/*" ,
15- " .vscode/*" ,
16- " docs/"
17- ]
18+ exclude = [" examples/*" , " .idea/*" , " .vscode/*" , " docs/" ]
1819
1920[features ]
2021actix = [" dep:actix-web" ]
@@ -33,9 +34,15 @@ futures = "~0.3.30"
3334actix-web = { version = " ~4" , features = [" default" ], optional = true }
3435vite-rust = { version = " ~0.2" , optional = true }
3536futures-util = " ~0.3.31"
36- regex = { version = " 1" , optional = true }
37+ regex = { version = " 1" , optional = true }
3738validator = { version = " >= 0.9, < 1" , optional = true }
3839handlebars = { version = " 6" , optional = true }
3940
4041[dev-dependencies ]
41- tokio = { version = " ~1" , features = [" fs" , " io-std" , " test-util" , " rt" , " macros" ] }
42+ tokio = { version = " ~1" , features = [
43+ " fs" ,
44+ " io-std" ,
45+ " test-util" ,
46+ " rt" ,
47+ " macros" ,
48+ ] }
0 commit comments