[package] name = "psi-test" version = "0.3.8" edition = "2021" 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" repository = "https://github.com/igorbrasileiro/psi-sample-test" readme = "README.md" categories = ["command-line-utilities", "development-tools"] keywords = ["PageSpeedInsight", "PSI", "lighthouse", "lhci", "psi"] license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.11.14", features = ["json"] } tokio = { version = "1.26.0", features = ["full"] } serde = { version = "1.0.155", features = ["derive"] } serde_json = "1.0.94" futures = "0.3.27" clap = "3.1.8" csv = "1.1.6" url = "2.4.0" chrono = "0.4.26" rand = "0.8.5"