[package]
edition = "2021"
rust-version = "1.77.2"
name = "tauri-runtime-wry"
version = "2.10.0"
authors = ["Tauri Programme within The Commons Conservancy"]
build = "build.rs"
exclude = [
"CHANGELOG.md",
"/target",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wry bindings to the Tauri runtime"
homepage = "https://tauri.app/"
readme = "README.md"
categories = [
"gui",
"web-programming",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/tauri-apps/tauri"
[features]
common-controls-v6 = []
default = ["x11"]
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 = []
tracing = [
"dep:tracing",
"wry/tracing",
]
unstable = []
x11 = [
"tao/x11",
"wry/x11",
]
[lib]
name = "tauri_runtime_wry"
path = "src/lib.rs"
[dependencies.http]
version = "1"
[dependencies.log]
version = "0.4.21"
[dependencies.raw-window-handle]
version = "0.6"
[dependencies.tao]
version = "0.34.5"
features = ["rwh_06"]
default-features = false
[dependencies.tauri-runtime]
version = "2.10.0"
[dependencies.tauri-utils]
version = "2.8.2"
[dependencies.tracing]
version = "0.1"
optional = true
[dependencies.url]
version = "2"
[dependencies.wry]
version = "0.54.0"
features = [
"drag-drop",
"protocol",
"os-webview",
"linux-body",
]
default-features = false
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.gtk]
version = "0.18"
features = ["v3_24"]
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.percent-encoding]
version = "2"
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.webkit2gtk]
version = "=2.0"
features = ["v2_40"]
[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.21"
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
version = "0.3"
features = [
"block2",
"NSApplication",
"NSResponder",
"NSView",
"NSWindow",
"NSScreen",
"NSGraphics",
]
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3"
features = []
[target.'cfg(target_vendor = "apple")'.dependencies.objc2]
version = "0.6"
[target."cfg(windows)".dependencies.once_cell]
version = "1.20"
[target."cfg(windows)".dependencies.softbuffer]
version = "0.4"
default-features = false
[target."cfg(windows)".dependencies.webview2-com]
version = "0.38"
[target."cfg(windows)".dependencies.windows]
version = "0.61"
features = [
"Win32_Foundation",
"Win32_Graphics_Dwm",
]