[build-dependencies.swift-rs]
features = ["build"]
version = "1.0.7"
[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.3.1"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.tauri]
version = "2.7.0"
[dependencies.tauri-swift-runtime]
version = "0.1.2"
[dependencies.thiserror]
version = "2"
[lib]
name = "tauri_plugin_plauth"
path = "src/lib.rs"
[package]
authors = ["Phuc Le <lecaobaophuc@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "gui", "web-programming"]
description = "Tauri plugin for authentication (PLAUTH) supporting macOS and iOS platforms with ASWebAuthenticationSession"
documentation = "https://github.com/lecaobaophuc0912/tauri-plugin-plauth"
edition = "2021"
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
homepage = "https://github.com/lecaobaophuc0912/tauri-plugin-plauth"
keywords = ["tauri", "plugin", "auth", "macos", "ios"]
license = "MIT"
links = "tauri-plugin-plauth"
name = "tauri-plugin-plauth"
readme = "README.md"
repository = "https://github.com/lecaobaophuc0912/tauri-plugin-plauth"
rust-version = "1.77.2"
version = "1.0.2"