tauri-runtime-wry 0.14.10

Wry bindings to the Tauri runtime
Documentation
[dependencies.arboard]
optional = true
version = "3"

[dependencies.rand]
version = "0.8"

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

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

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

[dependencies.tracing]
optional = true
version = "0.1"

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

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

[features]
clipboard = ["tauri-runtime/clipboard", "arboard/wayland-data-control"]
devtools = ["wry/devtools", "tauri-runtime/devtools"]
dox = ["wry/dox"]
global-shortcut = ["tauri-runtime/global-shortcut"]
linux-headers = ["wry/linux-headers", "webkit2gtk/v2_36"]
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"]
tracing = ["dep:tracing", "wry/tracing"]

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

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
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"
rust-version = "1.60"
version = "0.14.10"

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