[package]
edition = "2021"
name = "google-analytics-api-ga4"
version = "0.3.1"
authors = ["uiuifree"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async Rust client for the Google Analytics 4 (GA4) Data API v1beta: runReport, realtime reports, pivot reports, and metadata"
documentation = "https://docs.rs/google-analytics-api-ga4"
readme = "README.md"
keywords = [
"ga4",
"google-analytics",
"analytics",
"google-api",
"reporting",
]
categories = [
"api-bindings",
"web-programming",
]
license = "MIT"
repository = "https://github.com/uiuifree/rust-google-analytics-api-ga4"
[lib]
name = "google_analytics_api_ga4"
path = "src/lib.rs"
[[test]]
name = "serialization"
path = "tests/serialization.rs"
[[test]]
name = "test"
path = "tests/test.rs"
[dependencies.reqwest]
version = "0.13.5"
features = ["json"]
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.csv]
version = "1.1.6"
[dev-dependencies.tokio]
version = "1.44.2"
features = ["full"]
[dev-dependencies.yup-oauth2]
version = "12.1.2"
features = [
"hyper-rustls",
"service-account",
"aws-lc-rs",
]
default-features = false