[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.3.0"
[dependencies.serde]
version = "1.0"
[dependencies.tauri]
version = "2.7.0"
[dependencies.thiserror]
version = "2"
[features]
default = []
unstable = ["dep:swift-bridge", "dep:serde_json", "dep:objc2", "dep:objc2-core-foundation", "dep:objc2-security"]
[lib]
name = "tauri_plugin_iap"
path = "src/lib.rs"
[package]
authors = ["You"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "A Tauri v2 plugin that enables In-App Purchases (IAP)"
edition = "2021"
exclude = ["/examples", "/dist-js", "/guest-js", "/node_modules"]
license = "MIT"
links = "tauri-plugin-iap"
name = "tauri-plugin-iap"
readme = "README.md"
repository = "https://github.com/Choochmeque/tauri-plugin-iap"
rust-version = "1.77.2"
version = "0.3.2"
[target.'cfg(target_os = "macos")'.build-dependencies.swift-bridge-build]
version = "0.1"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
optional = true
version = "0.6"
[target.'cfg(target_os = "macos")'.dependencies.objc2-core-foundation]
optional = true
version = "0.3"
[target.'cfg(target_os = "macos")'.dependencies.objc2-security]
optional = true
version = "0.3"
[target.'cfg(target_os = "macos")'.dependencies.serde_json]
optional = true
version = "1.0"
[target.'cfg(target_os = "macos")'.dependencies.swift-bridge]
features = ["async"]
optional = true
version = "0.1"