wry 0.45.0

Cross-platform WebView rendering library
Documentation
[dependencies.dpi]
version = "0.1"

[dependencies.http]
version = "1.1"

[dependencies.once_cell]
version = "1"

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

[dependencies.thiserror]
version = "1.0"

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

[dev-dependencies.getrandom]
version = "0.2"

[dev-dependencies.http-range]
version = "0.1"

[dev-dependencies.percent-encoding]
version = "2.3"

[dev-dependencies.pollster]
version = "0.3.0"

[dev-dependencies.tao]
version = "0.29"

[dev-dependencies.wgpu]
version = "0.19"

[dev-dependencies.winit]
version = "0.29"

[[example]]
name = "async_custom_protocol"
path = "examples/async_custom_protocol.rs"

[[example]]
name = "custom_protocol"
path = "examples/custom_protocol.rs"

[[example]]
name = "custom_titlebar"
path = "examples/custom_titlebar.rs"

[[example]]
name = "gtk_multiwebview"
path = "examples/gtk_multiwebview.rs"

[[example]]
name = "multiwebview"
path = "examples/multiwebview.rs"

[[example]]
name = "multiwindow"
path = "examples/multiwindow.rs"

[[example]]
name = "reparent"
path = "examples/reparent.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "streaming"
path = "examples/streaming.rs"

[[example]]
name = "transparent"
path = "examples/transparent.rs"

[[example]]
name = "wgpu"
path = "examples/wgpu.rs"

[[example]]
name = "winit"
path = "examples/winit.rs"

[features]
default = ["drag-drop", "objc-exception", "protocol", "os-webview"]
devtools = []
drag-drop = []
fullscreen = []
linux-body = ["webkit2gtk/v2_40", "os-webview"]
mac-proxy = []
objc-exception = ["objc/exception"]
os-webview = ["javascriptcore-rs", "webkit2gtk", "webkit2gtk-sys", "dep:gtk", "soup3", "x11-dl", "gdkx11"]
protocol = []
serde = ["dpi/serde"]
tracing = ["dep:tracing"]
transparent = []

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(linux)", "cfg(gtk)"]
level = "warn"
priority = 0

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["gui"]
description = "Cross-platform WebView rendering library"
documentation = "https://docs.rs/wry"
edition = "2021"
exclude = ["/.changes", "/.github", "/audits", "/wry-logo.svg"]
license = "Apache-2.0 OR MIT"
name = "wry"
readme = "README.md"
repository = "https://github.com/tauri-apps/wry"
version = "0.45.0"

[package.metadata.docs.rs]
features = ["drag-drop", "protocol", "os-webview"]
no-default-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "x86_64-apple-darwin"]

[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.block]
version = "0.1"

[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.cocoa]
version = "0.26"

[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.core-graphics]
version = "0.24"

[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.objc]
version = "0.2"

[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies.objc_id]
version = "0.1"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.gdkx11]
optional = true
version = "0.18"

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

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.javascriptcore-rs]
features = ["v2_28"]
optional = true
version = "=1.1.2"

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

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.soup3]
optional = true
version = "0.5"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.webkit2gtk]
features = ["v2_38"]
optional = true
version = "=2.0.1"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.webkit2gtk-sys]
optional = true
version = "=2.0.1"

[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.x11-dl]
optional = true
version = "2.21"

[target.'cfg(target_os = "android")'.dependencies.base64]
version = "0.22"

[target.'cfg(target_os = "android")'.dependencies.crossbeam-channel]
version = "0.5"

[target.'cfg(target_os = "android")'.dependencies.html5ever]
version = "0.26"

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

[target.'cfg(target_os = "android")'.dependencies.kuchiki]
package = "kuchikiki"
version = "0.8"

[target.'cfg(target_os = "android")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "android")'.dependencies.ndk]
version = "0.9"

[target.'cfg(target_os = "android")'.dependencies.sha2]
version = "0.10"

[target.'cfg(target_os = "android")'.dependencies.tao-macros]
version = "0.1"

[target.'cfg(target_os = "windows")'.dependencies.dunce]
version = "1"

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

[target.'cfg(target_os = "windows")'.dependencies.windows]
features = ["implement", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_Com", "Win32_System_Com_StructuredStorage", "Win32_System_LibraryLoader", "Win32_System_Ole", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging", "Win32_Globalization", "Win32_UI_HiDpi", "Win32_UI_Input", "Win32_UI_Input_KeyboardAndMouse"]
version = "0.58"

[target.'cfg(target_os = "windows")'.dependencies.windows-core]
version = "0.58"

[target.'cfg(target_os = "windows")'.dependencies.windows-version]
version = "0.1"