The 'web' feature in Cargo.toml listed `dioxus-web` as a dependency but it also needed to have `dioxus/web` in order to compile properly.
@@ -57,4 +57,4 @@ server = [
"http",
"tower",
]
-web = ["dioxus-web"]
+web = ["dioxus/web", "dioxus-web"]