bevy_ios_toolkit 0.4.0

Native iOS integrations for Bevy as ECS resources and messages: StoreKit IAP, Google AdMob ads, App Tracking Transparency, Game Center, review prompts, haptics and safe-area — each behind a feature and a polled C-ABI Swift bridge, with desktop fakes only where useful.
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 = "2024"
name = "bevy_ios_toolkit"
version = "0.4.0"
build = false
exclude = ["demo"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native iOS integrations for Bevy as ECS resources and messages: StoreKit IAP, Google AdMob ads, App Tracking Transparency, Game Center, review prompts, haptics and safe-area — each behind a feature and a polled C-ABI Swift bridge, with desktop fakes only where useful."
readme = "README.md"
keywords = [
    "bevy",
    "ios",
    "storekit",
    "admob",
    "gamekit",
]
categories = [
    "game-development",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/marmikshah/bevy_ios_toolkit"

[package.metadata.docs.rs]
all-features = true

[features]
ads = [
    "dep:serde",
    "dep:serde_json",
]
all = [
    "storekit",
    "ads",
    "platform",
    "att",
    "gamekit",
    "review",
]
att = []
default = []
gamekit = []
platform = []
review = []
storekit = [
    "dep:serde",
    "dep:serde_json",
]

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

[[example]]
name = "ads"
path = "examples/ads.rs"
required-features = ["ads"]

[dependencies.bevy]
version = "0.19"
default-features = false

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

[dependencies.serde_json]
version = "1"
optional = true