tauri-plugin-ios-window 1.0.0

Tauri plugin for iOS window management
Documentation
# 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-plugin-ios-window"
version = "1.0.0"
authors = ["Seto Elkahfi <seto.elkahfi@gmail.com>"]
build = "build.rs"
links = "tauri-plugin-ios-window"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri plugin for iOS window management"
homepage = "https://github.com/setoelkahfi/tauri-plugin-ios-window"
documentation = "https://docs.rs/tauri-plugin-ios-window"
readme = "README.md"
keywords = [
    "tauri",
    "ios",
    "mobile",
    "plugin",
    "darwin",
]
categories = [
    "api-bindings",
    "multimedia",
    "os",
]
license = "MIT"
repository = "https://github.com/setoelkahfi/tauri-plugin-ios-window"

[lib]
name = "tauri_plugin_ios_window"
path = "src/lib.rs"

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.9.5"

[dependencies.thiserror]
version = "2"

[build-dependencies.tauri-plugin]
version = "2.5.2"
features = ["build"]