dioxus-sdk 0.5.0

Platform agnostic library for supercharging your productivity with Dioxus
Documentation
[dependencies.async-broadcast]
optional = true
version = "0.5.1"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.copypasta]
optional = true
version = "0.8.2"

[dependencies.dioxus]
version = "0.5"

[dependencies.dioxus-signals]
features = ["serialize"]
optional = true
version = "0.5.0-alpha.2"

[dependencies.futures]
features = ["std"]
optional = true
version = "0.3.28"

[dependencies.futures-util]
optional = true
version = "0.3.28"

[dependencies.notify-rust]
optional = true
version = "4.8.0"

[dependencies.once_cell]
optional = true
version = "1.17.0"

[dependencies.postcard]
features = ["use-std"]
optional = true
version = "1.0.2"

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

[dependencies.serde]
optional = true
version = "1.0.163"

[dependencies.serde_json]
optional = true
version = "1.0.96"

[dependencies.tokio]
features = ["sync"]
optional = true
version = "1.33.0"

[dependencies.tracing]
version = "0.1.40"

[dependencies.unic-langid]
features = ["serde"]
optional = true
version = "0.9.1"

[dependencies.uuid]
optional = true
version = "1.3.2"

[dependencies.yazi]
optional = true
version = "0.1.4"

[features]
clipboard = ["dep:copypasta"]
color_scheme = ["web-sys/Window", "web-sys/MediaQueryList", "dep:wasm-bindgen", "dep:wasm-bindgen-futures"]
desktop-testing = ["clipboard", "notifications", "geolocation", "utils", "i18n"]
geolocation = ["dep:futures", "dep:futures-util", "windows/Foundation", "windows/Devices_Geolocation", "web-sys/Navigator", "web-sys/Geolocation", "web-sys/PositionOptions", "dep:wasm-bindgen"]
i18n = ["dep:serde", "dep:serde_json", "dep:unic-langid"]
notifications = ["dep:notify-rust"]
storage = ["dep:rustc-hash", "dep:postcard", "dep:once_cell", "dep:dioxus-signals", "dep:tokio", "dep:yazi", "web-sys/StorageEvent", "dep:serde", "dep:futures-util", "dep:wasm-bindgen", "dep:directories"]
utils = ["dep:async-broadcast", "uuid/v4"]
wasm-testing = ["geolocation", "color_scheme", "utils", "i18n"]

[package]
authors = ["Jonathan Kelley", "Dioxus Labs", "ealmloff", "DogeDark", "marc2332"]
categories = ["multimedia", "os", "wasm"]
description = "Platform agnostic library for supercharging your productivity with Dioxus"
edition = "2021"
homepage = "https://dioxuslabs.com"
keywords = ["dom", "gui", "dioxus", "standard", "hooks"]
license = "MIT"
name = "dioxus-sdk"
readme = "README.md"
repository = "https://github.com/DioxusLabs/dioxus-sdk/"
version = "0.5.0"
[package.metadata.docs.rs]
default-target = "x86_64-pc-windows-msvc"
features = ["desktop-testing"]
no-default-features = true
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.directories]
optional = true
version = "4.0.1"
[target."cfg(target_family = \"wasm\")".dependencies.js-sys]
version = "0.3.62"

[target."cfg(target_family = \"wasm\")".dependencies.uuid]
features = ["js"]
version = "1.3.2"

[target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen]
optional = true
version = "0.2.87"

[target."cfg(target_family = \"wasm\")".dependencies.wasm-bindgen-futures]
optional = true
version = "0.4.35"

[target."cfg(target_family = \"wasm\")".dependencies.web-sys]
optional = true
version = "0.3.60"
[target."cfg(windows)".dependencies.windows]
optional = true
version = "0.48.0"