# 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.1.5" authors = ["uiuifree"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Google Analytics Data Api GA4(beta)" readme = "README.md" keywords = [ "ga4", "ga", "google_analytics", ] license = "MIT" repository = "https://github.com/uiuifree/rust-google-analytics-api-ga4" [lib] name = "google_analytics_api_ga4" path = "src/lib.rs" [[test]] name = "test" path = "tests/test.rs" [dependencies.reqwest] version = "0.12.9" 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.20.4" features = ["full"] [dev-dependencies.yup-oauth2] version = "7.0.0"