dioxus-desktop 0.6.3

WebView renderer for Dioxus
Documentation
[build-dependencies.lazy-js-bundle]
version = "0.6.2"

[dependencies.async-trait]
version = "0.1.68"

[dependencies.base64]
version = "0.22.1"

[dependencies.dioxus-cli-config]
version = "0.6.2"

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

[dependencies.dioxus-devtools]
optional = true
version = "0.6.2"

[dependencies.dioxus-document]
default-features = false
version = "0.6.2"

[dependencies.dioxus-history]
default-features = false
version = "0.6.2"

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

[dependencies.dioxus-html]
default-features = false
features = ["serialize", "mounted", "file_engine"]
version = "0.6.2"

[dependencies.dioxus-interpreter-js]
features = ["binary-protocol", "serialize"]
version = "0.6.2"

[dependencies.dioxus-signals]
optional = true
version = "0.6.2"

[dependencies.dunce]
version = "1.0.5"

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

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

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

[dependencies.infer]
version = "0.11.0"

[dependencies.once_cell]
version = "1.17.1"

[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", "rwh_05"]
version = "0.30.8"

[dependencies.thiserror]
version = "1.0.40"

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

[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", "drag-drop"]
version = "0.45.0"

[features]
default = ["tokio_runtime", "exception", "transparent", "devtools"]
devtools = ["wry/devtools", "dep:dioxus-devtools", "dioxus-signals"]
exception = ["wry/objc-exception"]
fullscreen = ["wry/fullscreen"]
gnu = []
tokio_runtime = ["dep:tokio"]
transparent = ["wry/transparent"]

[lib]
name = "dioxus_desktop"
path = "src/lib.rs"

[package]
authors = ["Jonathan Kelley"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "WebView renderer for Dioxus"
edition = "2021"
homepage = "https://dioxuslabs.com/learn/0.6/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.6.3"

[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
default-features = false
features = ["tokio_runtime", "devtools"]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "aarch64-apple-darwin", "aarch64-apple-ios", "aarch64-linux-android", "armv7-linux-androideabi"]

[target.'cfg(any(target_os = "windows",target_os = "macos",target_os = "linux"))'.dependencies.tray-icon]
version = "0.19"

[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]
default-features = false
features = ["xdg-portal", "tokio"]
version = "0.14"

[target.'cfg(not(target_os = "android"))'.dependencies.tokio-tungstenite]
features = ["native-tls"]
optional = true
version = "0.23.1"

[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.21.1"

[target.'cfg(target_os = "android")'.dependencies.ndk]
version = "0.9.0"

[target.'cfg(target_os = "android")'.dependencies.ndk-context]
version = "0.1.1"

[target.'cfg(target_os = "android")'.dependencies.ndk-sys]
version = "0.6.0"

[target.'cfg(target_os = "android")'.dependencies.tokio-tungstenite]
features = ["rustls"]
optional = true
version = "0.23.1"

[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 = "linux")'.dependencies.wry]
default-features = false
features = ["os-webview", "protocol", "drag-drop", "linux-body"]
version = "0.45.0"

[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"

[[test]]
harness = false
name = "check_eval"
path = "headless_tests/eval.rs"

[[test]]
harness = false
name = "check_events"
path = "headless_tests/events.rs"

[[test]]
harness = false
name = "check_rendering"
path = "headless_tests/rendering.rs"