tauri-plugin-google-admob 0.1.1

Tauri plugin for Google AdMob - Support for banner, interstitial, rewarded, rewarded interstitial, and app open ads
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-google-admob"
version = "0.1.1"
authors = ["Your Name <your.email@example.com>"]
build = "build.rs"
links = "tauri-plugin-google-admob"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri plugin for Google AdMob - Support for banner, interstitial, rewarded, rewarded interstitial, and app open ads"
homepage = "https://github.com/vmaspad/tauri-plugin-google-admob"
documentation = "https://docs.rs/tauri-plugin-google-admob"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "admob",
    "ads",
    "mobile",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/vmaspad/tauri-plugin-google-admob"

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

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.10.0"

[dependencies.thiserror]
version = "2"

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