dioxus-desktop 0.5.1

WebView renderer for Dioxus
[[test]]
harness = false
name = "check_events"
path = "headless_tests/events.rs"

[[test]]
harness = false
name = "check_rendering"
path = "headless_tests/rendering.rs"
[dependencies.async-trait]
version = "0.1.68"

[dependencies.dioxus-cli-config]
default-features = false
features = ["read-config"]
version = "0.5.0"

[dependencies.dioxus-core]
features = ["serialize"]
version = "0.5.0"

[dependencies.dioxus-hooks]
version = "0.5.0"

[dependencies.dioxus-html]
features = ["serialize", "native-bind", "mounted", "eval"]
version = "0.5.0"

[dependencies.dioxus-interpreter-js]
features = ["binary-protocol"]
version = "0.5.0"

[dependencies.dunce]
version = "1.0.2"

[dependencies.futures-channel]
version = "0.3.21"

[dependencies.futures-util]
default-features = false
version = "0.3"

[dependencies.generational-box]
version = "0.5.0"

[dependencies.infer]
version = "0.11.0"

[dependencies.rustc-hash]
version = "1.1.0"

[dependencies.serde]
version = "1.0.136"

[dependencies.serde_json]
version = "1.0.79"

[dependencies.slab]
version = "0.4.2"

[dependencies.tao]
features = ["rwh_05"]
version = "0.26.1"

[dependencies.thiserror]
version = "1.0.40"

[dependencies.tokio]
features = ["sync", "rt-multi-thread", "rt", "time", "macros", "fs"]
optional = true
version = "1.28"

[dependencies.tracing]
version = "0.1.37"

[dependencies.urlencoding]
version = "2.1.2"

[dependencies.webbrowser]
version = "0.8.0"

[dependencies.wry]
default-features = false
features = ["os-webview", "protocol", "file-drop"]
version = "0.37.0"

[features]
default = ["tokio_runtime", "wry/objc-exception", "hot-reload", "devtools"]
devtools = ["wry/devtools"]
fullscreen = ["wry/fullscreen"]
gnu = []
hot-reload = ["dioxus-hot-reload"]
tokio_runtime = ["tokio"]
transparent = ["wry/transparent"]

[package]
authors = ["Jonathan Kelley"]
description = "WebView renderer for Dioxus"
edition = "2021"
homepage = "https://dioxuslabs.com/learn/0.5/getting_started"
keywords = ["dom", "ui", "gui", "react"]
license = "MIT OR Apache-2.0"
name = "dioxus-desktop"
readme = "README.md"
repository = "https://github.com/DioxusLabs/dioxus/"
version = "0.5.1"
[package.metadata.docs.rs]
default-features = false
features = ["tokio_runtime", "hot-reload"]
[target."cfg(any(target_os = \"windows\",target_os = \"macos\",target_os = \"linux\",target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.dioxus-hot-reload]
optional = true
version = "0.5.0"

[target."cfg(any(target_os = \"windows\",target_os = \"macos\",target_os = \"linux\",target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.global-hotkey]
version = "0.5.0"

[target."cfg(any(target_os = \"windows\",target_os = \"macos\",target_os = \"linux\",target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.muda]
version = "0.11.3"

[target."cfg(any(target_os = \"windows\",target_os = \"macos\",target_os = \"linux\",target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"netbsd\", target_os = \"openbsd\"))".dependencies.rfd]
version = "0.14"
[target."cfg(target_os = \"ios\")".dependencies.objc]
version = "0.2.7"

[target."cfg(target_os = \"ios\")".dependencies.objc_id]
version = "0.1.1"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.25"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9.3"

[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2.7"
[target."cfg(unix)".dependencies.signal-hook]
version = "0.3.17"