[dependencies.http]
version = "0.2.4"
[dependencies.http-range]
version = "0.1.4"
[dependencies.rand]
version = "0.8"
[dependencies.raw-window-handle]
version = "0.5"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tauri-utils]
version = "1.6.1"
[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 = []
[lib]
name = "tauri_runtime"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(doc_cfg)"]
level = "warn"
priority = 0
[package]
authors = ["Tauri Programme within The Commons Conservancy"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["gui", "web-programming"]
description = "Runtime for Tauri applications"
edition = "2021"
exclude = ["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"
rust-version = "1.60"
version = "0.14.5"
[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.19.1"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation"]
version = "0.39.0"