[dependencies.infer]
version = "0.4"
[dependencies.tauri-runtime]
version = "0.2.1"
[dependencies.tauri-utils]
version = "1.0.0-beta.3"
[dependencies.uuid]
features = ["v4"]
version = "0.8.2"
[dependencies.wry]
default-features = false
features = ["file-drop", "protocol"]
version = "0.12"
[features]
dox = ["wry/dox"]
system-tray = ["wry/tray", "tauri-runtime/system-tray"]
[package]
authors = ["Tauri Programme within The Commons Conservancy"]
categories = ["gui", "web-programming"]
description = "Wry bindings to the Tauri runtime"
edition = "2018"
exclude = [".license_template", "CHANGELOG.md", "/target"]
homepage = "https://tauri.studio"
license = "Apache-2.0 OR MIT"
name = "tauri-runtime-wry"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "0.2.1"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.gtk]
features = ["v3_20"]
version = "0.14"
[target."cfg(any(target_os = \"linux\", target_os = \"dragonfly\", target_os = \"freebsd\", target_os = \"openbsd\", target_os = \"netbsd\"))".dependencies.png]
version = "0.16"
[target."cfg(windows)".dependencies.ico]
version = "0.1"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"