tauri-runtime-wry 2.2.0

Wry bindings to the Tauri runtime
Documentation
[dependencies.http]
version = "1.1"

[dependencies.log]
version = "0.4"

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

[dependencies.tao]
default-features = false
features = ["rwh_06"]
version = "0.30.6"

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

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

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

[dependencies.url]
version = "2"

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

[features]
devtools = ["wry/devtools", "tauri-runtime/devtools"]
macos-private-api = ["wry/fullscreen", "wry/transparent", "tauri-runtime/macos-private-api"]
macos-proxy = ["wry/mac-proxy"]
objc-exception = ["wry/objc-exception"]
tracing = ["dep:tracing", "wry/tracing"]
unstable = []

[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.77.2"
version = "2.2.0"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.gtk]
features = ["v3_24"]
version = "0.18"

[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_40"]
version = "=2.0"

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

[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
features = ["block2", "NSApplication", "NSResponder", "NSView", "NSWindow", "NSGraphics"]
version = "0.2.2"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
features = []
version = "0.2.2"

[target.'cfg(target_vendor = "apple")'.dependencies.objc2]
version = "0.5.2"

[target."cfg(windows)".dependencies.softbuffer]
default-features = false
version = "0.4"

[target."cfg(windows)".dependencies.webview2-com]
version = "0.33"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation", "Win32_Graphics_Dwm"]
version = "0.58"