[dependencies.dpi]
features = ["serde"]
version = "0.1"
[dependencies.http]
version = "1.1"
[dependencies.raw-window-handle]
version = "0.6"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tauri-utils]
version = "2.1.0"
[dependencies.thiserror]
version = "2"
[dependencies.url]
version = "2"
[features]
devtools = []
macos-private-api = []
[lib]
name = "tauri_runtime"
path = "src/lib.rs"
[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.77.2"
version = "2.2.0"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-linux-android", "x86_64-apple-ios"]
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.gtk]
features = ["v3_24"]
version = "0.18"
[target.'cfg(target_os = "android")'.dependencies.jni]
version = "0.21"
[target.'cfg(target_os = "macos")'.dependencies.url]
version = "2"
[target."cfg(windows)".dependencies.windows]
features = ["Win32_Foundation"]
version = "0.58"