@@ -3,7 +3,7 @@ name = "dioxus-guide"
version = "0.0.1"
edition = "2021"
description = "Dioxus guide, including testable examples"
-license = "MIT/Apache-2.0"
+license = "MIT OR Apache-2.0"
publish = false
[dev-dependencies]
@@ -3,7 +3,7 @@ name = "dioxus-router-guide"
description = "Dioxus router guide, including testable examples"
@@ -4,7 +4,7 @@ version = "0.3.0"
authors = ["Jonathan Kelley"]
description = "Autofomatter for Dioxus RSX"
repository = "https://github.com/DioxusLabs/dioxus/"
homepage = "https://dioxuslabs.com"
keywords = ["dom", "ui", "gui", "react"]
@@ -5,7 +5,7 @@ authors = ["Jonathan Kelley"]
description = "CLI tool for developing, testing, and publishing Dioxus apps"
[dependencies]
# cli core
description = "Core macro for Dioxus Virtual DOM"
@@ -4,7 +4,7 @@ version = "0.3.3"
edition = "2018"
description = "Core functionality for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
description = "WebView renderer for Dioxus"
homepage = "https://dioxuslabs.com/docs/0.3/guide/en/getting_started/desktop.html"
@@ -7,7 +7,7 @@ description = "TUI-based renderer for Dioxus"
homepage = "https://dioxuslabs.com/docs/0.3/guide/en/getting_started/tui.html"
keywords = ["dom", "ui", "gui", "react", "terminal"]
dioxus = { workspace = true }
description = "Global state management for Dioxus"
keywords = ["dom", "ui", "gui", "react", "state-management"]
@@ -3,7 +3,7 @@ name = "dioxus-fullstack"
version = "0.1.0"
description = "Fullstack Dioxus Utilities"
keywords = ["dom", "ui", "gui", "react", "ssr", "fullstack"]
@@ -4,7 +4,7 @@ version = "0.3.1"
description = "Basic useful hooks for Dioxus."
@@ -2,7 +2,7 @@
name = "dioxus-hot-reload"
version = "0.1.1"
homepage = "https://dioxuslabs.com/docs/0.3/guide/en/getting_started/hot_reload.html"
description = "Hot reloading utilites for Dioxus"
description = "HTML Element pack for Dioxus - a concurrent renderer-agnostic Virtual DOM for interactive user experiences"
@@ -6,7 +6,7 @@ repository = "https://github.com/DioxusLabs/dioxus/"
homepage = "https://dioxuslabs.com/docs/0.3/guide/en/getting_started/liveview.html"
keywords = ["dom", "ui", "gui", "react", "liveview"]
description = "Build server-side apps with Dioxus"
thiserror = "1.0.38"
@@ -7,7 +7,7 @@ description = "Mobile-compatible renderer for Dioxus"
homepage = "https://dioxuslabs.com/docs/0.3/guide/en/getting_started/mobile.html"
dioxus-desktop = { workspace = true }
@@ -3,7 +3,7 @@ name = "dioxus-native-core-macro"
version = "0.3.0"
description = "Build natively rendered apps with Dioxus"
name = "dioxus-native-core"
version = "0.2.0"
dioxus-html = { workspace = true }
authors = ["Evan Almloff"]
description = "Macro for Dioxus Router"
documentation = "https://dioxuslabs.com"
@@ -3,7 +3,7 @@ name = "dioxus-router"
description = "Cross-platform router for Dioxus apps"
keywords = ["dom", "ui", "gui", "react", "wasm"]
name = "dioxus-rsx"
version = "0.0.3"
description = "Dioxus render-to-string"
homepage = "https://dioxuslabs.com/docs/0.3/guide/en/getting_started/ssr.html"
keywords = ["dom", "ui", "gui", "react", "ssr"]
@@ -4,7 +4,7 @@ version = "0.3.2"
description = "Web renderer for Dioxus using websys"
homepage = "https://dioxuslabs.com/docs/0.3/guide/en/getting_started/web.html"
@@ -3,7 +3,7 @@ name = "dioxus-playwright-liveview-test"
description = "Playwright test for Dioxus Liveview"
@@ -3,7 +3,7 @@ name = "dioxus-playwright-web-test"
description = "Playwright test for Dioxus Web"