dioxus-desktop 0.7.2

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

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

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.10"

[dependencies.dioxus-asset-resolver]
features = ["native"]
version = "0.7.2"

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

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

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

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

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

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

[dependencies.dioxus-html]
default-features = false
features = ["serialize"]
version = "0.7.2"

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

[dependencies.dioxus-signals]
optional = true
version = "0.7.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.7.2"

[dependencies.infer]
version = "0.19.0"

[dependencies.libc]
version = "0.2.174"

[dependencies.percent-encoding]
version = "2.3.1"

[dependencies.rand]
features = ["std_rng"]
version = "0.9"

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

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.140"

[dependencies.slab]
version = "0.4.10"

[dependencies.subtle]
features = ["const-generics"]
version = "2.6"

[dependencies.tao]
features = ["rwh_05", "rwh_05"]
version = "0.34.0"

[dependencies.thiserror]
version = "2.0.12"

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

[dependencies.tracing]
version = "0.1.41"

[dependencies.webbrowser]
version = "1.0"

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

[features]
default = ["tokio_runtime", "transparent", "devtools"]
devtools = ["wry/devtools", "dep:dioxus-devtools", "dioxus-signals"]
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.7/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/"
rust-version = "1.76.0"
version = "0.7.2"

[package.metadata.docs.rs]
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
default-features = false
features = ["tokio_runtime", "devtools"]
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.21.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.7.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.17.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.rfd]
default-features = false
features = ["xdg-portal", "tokio"]
version = "0.15.3"

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

[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.tungstenite]
features = ["rustls"]
version = "0.27.0"

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

[target.'cfg(target_os = "macos")'.dependencies.cocoa]
version = "0.26.1"

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

[target.'cfg(target_os = "macos")'.dependencies.objc]
version = "0.2.7"

[target."cfg(unix)".dependencies.signal-hook]
version = "0.3.18"

[[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_forms"
path = "headless_tests/forms.rs"

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