-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
26 lines (24 loc) · 891 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[package]
name = "psi-test"
version = "0.3.8"
edition = "2021"
authors = ["Igor Brasileiro <github.com/igorbrasileiro>"]
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"