wry 0.33.1

Cross-platform WebView rendering library
Documentation
[dependencies.http]
version = "0.2.9"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tao]
default-features = false
features = ["serde"]
optional = true
version = "0.22"

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
version = "2.4"
[dev-dependencies.base64]
version = "0.21"

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

[features]
default = ["file-drop", "objc-exception", "protocol", "tao"]
devtools = []
dox = ["tao/dox", "webkit2gtk/dox", "soup3/dox"]
file-drop = []
fullscreen = []
linux-body = ["webkit2gtk/v2_40"]
mac-proxy = []
objc-exception = ["objc/exception"]
protocol = []
transparent = []

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
categories = ["gui"]
description = "Cross-platform WebView rendering library"
documentation = "https://docs.rs/wry"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "wry"
readme = "README.md"
repository = "https://github.com/tauri-apps/wry"
version = "0.33.1"
[package.metadata.docs.rs]
features = ["dox", "file-drop", "protocol"]
no-default-features = true
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.24"

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

[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 = \"ios\", target_os = \"macos\"))".dependencies.winit]
features = ["serde"]
optional = true
version = "0.28"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gdk]
version = "0.16"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gio]
version = "0.16"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.glib]
version = "0.16"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gtk]
version = "0.16"

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

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.soup3]
version = "0.3"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.webkit2gtk]
features = ["v2_38"]
version = "1.1"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.webkit2gtk-sys]
version = "1.1"

[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.winit]
features = ["serde"]
optional = true
package = "winit-gtk"
version = "0.28.1"
[target."cfg(target_os = \"android\")".dependencies.base64]
version = "0.21"

[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.kuchiki]
package = "kuchikiki"
version = "0.8"

[target."cfg(target_os = \"android\")".dependencies.sha2]
version = "0.10"
[target."cfg(target_os = \"windows\")".dependencies.dunce]
version = "1"

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

[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.48"

[target."cfg(target_os = \"windows\")".dependencies.windows-implement]
version = "0.48"

[target."cfg(target_os = \"windows\")".dependencies.winit]
features = ["serde"]
optional = true
version = "0.28"