tauri-runtime 0.2.1

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

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

[dependencies.infer]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tauri-utils]
version = "1.0.0-beta.3"

[dependencies.thiserror]
version = "1.0"

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

[features]
system-tray = []

[package]
authors = ["Tauri Programme within The Commons Conservancy"]
categories = ["gui", "web-programming"]
description = "Runtime for Tauri applications"
edition = "2018"
exclude = [".license_template", "CHANGELOG.md", "/target"]
homepage = "https://tauri.studio"
license = "Apache-2.0 OR MIT"
name = "tauri-runtime"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "0.2.1"
[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.14"
[target."cfg(windows)".dependencies.winapi]
version = "0.3"