|
@@ -84,7 +84,7 @@ dioxus-cli-config = { path = "packages/cli-config", version = "0.4.1" }
|
|
|
generational-box = { path = "packages/generational-box", version = "0.4.3" }
|
|
|
dioxus-hot-reload = { path = "packages/hot-reload", version = "0.4.0" }
|
|
|
dioxus-fullstack = { path = "packages/fullstack", version = "0.4.1" }
|
|
|
-dioxus_server_macro = { path = "packages/server-macro", version = "0.4.1" }
|
|
|
+dioxus_server_macro = { path = "packages/server-macro", version = "0.4.1", default-features = false}
|
|
|
tracing = "0.1.37"
|
|
|
tracing-futures = "0.2.5"
|
|
|
toml = "0.8"
|
|
@@ -99,16 +99,16 @@ thiserror = "1.0.40"
|
|
|
prettyplease = { package = "prettier-please", version = "0.2", features = [
|
|
|
"verbatim",
|
|
|
] }
|
|
|
-manganis-cli-support = { git = "https://github.com/DioxusLabs/collect-assets", rev = "f982698", features = [
|
|
|
+manganis-cli-support = { version = "0.1.0", features = [
|
|
|
"webp",
|
|
|
"html",
|
|
|
] }
|
|
|
-manganis = { git = "https://github.com/DioxusLabs/collect-assets", rev = "f982698" }
|
|
|
+manganis = { version = "0.1.0" }
|
|
|
|
|
|
lru = "0.12.2"
|
|
|
async-trait = "0.1.77"
|
|
|
axum = "0.7.0"
|
|
|
-axum-server = "0.6.0"
|
|
|
+axum-server = {version = "0.6.0", default-features = false}
|
|
|
tower = "0.4.13"
|
|
|
http = "1.0.0"
|
|
|
tower-http = "0.5.1"
|
|
@@ -192,4 +192,4 @@ required-features = ["http"]
|
|
|
|
|
|
[[example]]
|
|
|
name = "image_generator_openai"
|
|
|
-required-features = ["http"]
|
|
|
+required-features = ["http"]
|