wry 0.9.4

Cross-platform WebView rendering library
Documentation
[dependencies.image]
version = "0.23"

[dependencies.infer]
version = "0.4"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.7"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tao]
default-features = false
features = ["serde"]
version = "0.2.6"

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
version = "2.2"

[features]
default = ["file-drop", "protocol", "win32", "tray"]
dox = ["tao/dox"]
file-drop = []
menu = ["tao/menu"]
protocol = []
tray = ["tao/tray"]
win32 = ["webview2", "winapi", "webview2-sys"]
winrt = ["windows-webview2", "windows"]

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
categories = ["gui"]
description = "Cross-platform WebView rendering library"
documentation = "https://docs.rs/wry"
edition = "2018"
license = "Apache-2.0 OR MIT"
name = "wry"
readme = "README.md"
repository = "https://github.com/tauri-apps/wry"
version = "0.9.4"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["dox"]
targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin"]
[target."cfg(target_os = \"linux\")".dependencies.gdk]
version = "0.13"

[target."cfg(target_os = \"linux\")".dependencies.gio]
version = "0.9"

[target."cfg(target_os = \"linux\")".dependencies.glib]
version = "0.10"

[target."cfg(target_os = \"linux\")".dependencies.gtk]
version = "0.9"

[target."cfg(target_os = \"linux\")".dependencies.webkit2gtk]
features = ["v2_10"]
version = "0.11"

[target."cfg(target_os = \"linux\")".dependencies.webkit2gtk-sys]
version = "0.13.0"
[target."cfg(target_os = \"macos\")".dependencies.cocoa]
version = "0.24"

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

[target."cfg(target_os = \"macos\")".dependencies.objc]
version = "0.2"

[target."cfg(target_os = \"macos\")".dependencies.objc_id]
version = "0.1"
[target."cfg(target_os = \"windows\")".dependencies.webview2]
optional = true
version = "0.1.0"

[target."cfg(target_os = \"windows\")".dependencies.webview2-sys]
optional = true
version = "0.1.0"

[target."cfg(target_os = \"windows\")".dependencies.winapi]
features = ["libloaderapi", "oleidl"]
optional = true
version = "0.3"

[target."cfg(target_os = \"windows\")".dependencies.windows]
optional = true
version = "0.7"

[target."cfg(target_os = \"windows\")".dependencies.windows-webview2]
optional = true
version = "0.1"