tauri-runtime-wry 0.12.1

Wry bindings to the Tauri runtime
Documentation
[dependencies.rand]
version = "0.8"

[dependencies.raw-window-handle]
version = "0.5"

[dependencies.tauri-runtime]
version = "0.12.1"

[dependencies.tauri-utils]
version = "1.2.1"

[dependencies.uuid]
features = ["v4"]
version = "1"

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

[features]
clipboard = ["tauri-runtime/clipboard"]
devtools = ["wry/devtools", "tauri-runtime/devtools"]
dox = ["wry/dox"]
global-shortcut = ["tauri-runtime/global-shortcut"]
linux-headers = ["wry/linux-headers"]
macos-private-api = ["wry/fullscreen", "wry/transparent", "tauri-runtime/macos-private-api"]
objc-exception = ["wry/objc-exception"]
system-tray = ["tauri-runtime/system-tray", "wry/tray"]

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
categories = ["gui", "web-programming"]
description = "Wry bindings to the Tauri runtime"
edition = "2021"
exclude = ["CHANGELOG.md", "/target"]
homepage = "https://tauri.app"
license = "Apache-2.0 OR MIT"
name = "tauri-runtime-wry"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
resolver = "1"
rust-version = "1.59"
version = "0.12.1"
[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies.cocoa]
version = "0.24"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gtk]
features = ["v3_20"]
version = "0.15"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.percent-encoding]
version = "2.1"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.webkit2gtk]
features = ["v2_36"]
version = "0.18.2"
[target."cfg(windows)".dependencies.webview2-com]
version = "0.19.1"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation"]
version = "0.39.0"