[dependencies.http]
version = "0.2.6"
[dependencies.libc]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.once_cell]
version = "1.9"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tao]
default-features = false
features = ["serde"]
version = "0.6"
[dependencies.thiserror]
version = "1.0"
[dependencies.url]
version = "2.2"
[dev-dependencies.anyhow]
version = "1.0.43"
[dev-dependencies.http-range]
version = "0.1.5"
[dev-dependencies.tempfile]
version = "3.3.0"
[features]
ayatana = ["tao/ayatana"]
default = ["file-drop", "protocol"]
devtool = []
dox = ["tao/dox"]
file-drop = []
fullscreen = []
protocol = []
transparent = []
tray = ["tao/tray"]
[lib]
name = "wry"
[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 = "UWUWUW"
readme = "README.md"
repository = "https://github.com/tauri-apps/wry"
resolver = "2"
version = "0.13.2"
[package.metadata.docs.rs]
features = ["dox"]
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.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]
features = ["exception"]
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.gdk]
version = "0.15"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gio]
version = "0.15"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.glib]
version = "0.15"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gtk]
version = "0.15"
[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.17"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.webkit2gtk-sys]
version = "0.17"
[target."cfg(target_os = \"windows\")".dependencies.sys-info]
version = "0.9"
[target."cfg(target_os = \"windows\")".dependencies.webview2-com]
version = "0.13.0"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["alloc", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_Com", "Win32_System_Com_StructuredStorage", "Win32_System_Ole", "Win32_System_SystemServices", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"]
version = "0.30.0"
[target."cfg(target_os = \"windows\")".dependencies.windows_macros]
version = "0.30.0"