tauri-runtime 0.10.3

Runtime for Tauri applications
Documentation
[dependencies.http]
version = "0.2.4"

[dependencies.http-range]
version = "0.1.4"

[dependencies.infer]
version = "0.7"

[dependencies.raw-window-handle]
version = "0.4.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tauri-utils]
version = "1.0.3"

[dependencies.thiserror]
version = "1.0"

[dependencies.url]
version = "2"

[dependencies.uuid]
features = ["v4"]
version = "1"

[features]
clipboard = []
devtools = []
global-shortcut = []
macos-private-api = []
system-tray = []

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
categories = ["gui", "web-programming"]
description = "Runtime for Tauri applications"
edition = "2021"
exclude = [".license_template", "CHANGELOG.md", "/target"]
homepage = "https://tauri.app"
license = "Apache-2.0 OR MIT"
name = "tauri-runtime"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
resolver = "1"
rust-version = "1.57"
version = "0.10.3"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
rustdoc-args = ["--cfg", "doc_cfg"]
targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin"]
[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.15"
[target."cfg(windows)".dependencies.webview2-com]
version = "0.16.0"

[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation"]
version = "0.37.0"