# 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 = "psi-test" version = "0.3.8" authors = ["Igor Brasileiro "] description = "PSI Test is a tool for run multiple time Page Speed Insight test." homepage = "https://github.com/igorbrasileiro/psi-sample-test" readme = "README.md" keywords = [ "PageSpeedInsight", "PSI", "lighthouse", "lhci", "psi", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/igorbrasileiro/psi-sample-test" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "3.1.8" [dependencies.csv] version = "1.1.6" [dependencies.futures] version = "0.3.27" [dependencies.rand] version = "0.8.5" [dependencies.reqwest] version = "0.11.14" features = ["json"] [dependencies.serde] version = "1.0.155" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.tokio] version = "1.26.0" features = ["full"] [dependencies.url] version = "2.4.0"