google-analytics-api-ga4 0.3.0

Async Rust client for the Google Analytics 4 (GA4) Data API v1beta: runReport, realtime reports, pivot reports, and metadata
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"
name = "google-analytics-api-ga4"
version = "0.3.0"
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 = "7.0.0"