[dependencies.libc]
version = "0.2"
[lib]
name = "tb_ga"
path = "src/lib.rs"
[lints.rust]
missing_docs = "warn"
[package]
authors = ["Thierry Berger <contact@thierryberger.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Use GameAnalytics in Rust."
documentation = "https://docs.rs/tb_ga"
edition = "2024"
keywords = ["UIAactivity", "gamedev", "mobile", "ios", "swift"]
license = "MIT"
name = "tb_ga"
readme = "README.md"
repository = "https://github.com/ThierryBerger/tb_ga"
version = "0.1.0"
[package.metadata.docs.rs]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "aarch64-apple-ios"]