# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.77.2" name = "tauri-runtime" version = "2.2.0" authors = ["Tauri Programme within The Commons Conservancy"] build = "build.rs" exclude = [ "CHANGELOG.md", "/target", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Runtime for Tauri applications" homepage = "https://tauri.app/" readme = "README.md" categories = [ "gui", "web-programming", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/tauri-apps/tauri" [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", ] [lib] name = "tauri_runtime" path = "src/lib.rs" [dependencies.dpi] version = "0.1" features = ["serde"] [dependencies.http] version = "1.1" [dependencies.raw-window-handle] version = "0.6" [dependencies.serde] version = "1.0" features = ["derive"] [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 = [] [target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies.gtk] version = "0.18" features = ["v3_24"] [target.'cfg(target_os = "android")'.dependencies.jni] version = "0.21" [target.'cfg(target_os = "macos")'.dependencies.url] version = "2" [target."cfg(windows)".dependencies.windows] version = "0.58" features = ["Win32_Foundation"]