tauri-plugin-ad2mob 0.2.0

Google AdMob (Mobile Ads) integration for Tauri v2 apps on Android and iOS
# 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-ad2mob"
version = "0.2.0"
authors = ["marrionesa"]
build = "build.rs"
links = "tauri-plugin-ad2mob"
exclude = [
    "/examples",
    "/ad2mob-website",
    "/guest-js",
    "/tests/ts",
    "/scripts",
    "/docs",
    "/dist-js",
    "/dist-cjs",
    "/dist-esm",
    "/node_modules",
    "/target",
    "/.github",
    "package.json",
    "tsconfig*.json",
    "vitest.config.ts",
    "pnpm-lock.yaml",
    "bun.lock",
    "CHANGELOG.md",
    ".gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Google AdMob (Mobile Ads) integration for Tauri v2 apps on Android and iOS"
homepage = "https://github.com/marrionesa/tauri-plugin-ad2mob"
documentation = "https://docs.rs/tauri-plugin-ad2mob"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "admob",
    "android",
    "ios",
]
categories = [
    "gui",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/marrionesa/tauri-plugin-ad2mob"

[package.metadata.docs.rs]
targets = ["x86_64-linux-android"]

[package.metadata.platforms.support.windows]
level = "none"
notes = "AdMob commands return `UnsupportedPlatform` on desktop."

[package.metadata.platforms.support.linux]
level = "none"
notes = "AdMob commands return `UnsupportedPlatform` on desktop."

[package.metadata.platforms.support.macos]
level = "none"
notes = "AdMob commands return `UnsupportedPlatform` on desktop."

[package.metadata.platforms.support.android]
level = "full"
notes = ""

[package.metadata.platforms.support.ios]
level = "full"
notes = ""

[features]
default = []

[lib]
name = "tauri_plugin_ad2mob"
crate-type = [
    "staticlib",
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[test]]
name = "public_api"
path = "tests/public_api.rs"

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2"
default-features = false

[dependencies.thiserror]
version = "2"

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

[target.'cfg(target_os = "ios")'.dependencies.tauri]
version = "2"
features = ["wry"]