# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ga-v4-flattener" version = "0.4.0" authors = ["Charlie Saunders "] exclude = ["test_reports/*", "benches/*"] description = "Converts Google Analytics API v4 reports to flat/delimited data." license = "MIT" repository = "https://github.com/C-Saunders/google_analytics_v4_report_flattener" [[bench]] name = "to_delimited" path = "benches/to_delimited.rs" harness = false [[bench]] name = "to_row_array" path = "benches/to_row_array.rs" harness = false [dependencies.itertools] version = "0.7.8" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dev-dependencies.criterion] version = "0.2.5" [dev-dependencies.indoc] version = "0.2"