tauri-plugin-pliap 1.0.6

Tauri plugin for in-app purchases and subscriptions supporting desktop and mobile platforms
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-pliap"
version = "1.0.6"
authors = ["Phuc Le <lecaobaophuc0912@gmail.com>"]
build = "build.rs"
links = "tauri-plugin-pliap"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri plugin for in-app purchases and subscriptions supporting desktop and mobile platforms"
homepage = "https://github.com/lecaobaophuc0912/tauri-plugin-pliap"
documentation = "https://github.com/lecaobaophuc0912/tauri-plugin-pliap"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "in-app-purchase",
    "billing",
    "subscription",
]
categories = [
    "api-bindings",
    "gui",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/lecaobaophuc0912/tauri-plugin-pliap"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.tauri]
version = "2.6.2"

[dependencies.thiserror]
version = "2"

[dev-dependencies.tauri]
version = "2.6.2"
features = ["devtools"]

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