-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathCargo.toml
More file actions
24 lines (23 loc) · 758 Bytes
/
Copy pathCargo.toml
File metadata and controls
24 lines (23 loc) · 758 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[package]
name = "cfspeedtest"
version = "2.2.2"
edition = "2021"
license = "MIT"
description = "Unofficial CLI for speed.cloudflare.com"
readme = "README.md"
repository = "https://github.com/code-inflation/cfspeedtest/"
keywords = ["cli", "speedtest", "speed-test", "cloudflare"]
categories = ["command-line-utilities"]
exclude = [".github/"]
[dependencies]
log = "0.4"
env_logger = "0.11"
regex = "1.12"
reqwest = { version = "0.12.28", default-features = false, features = ["blocking", "rustls-tls", "socks", "cookies"] }
clap = { version = "4.5", features = ["derive"] }
serde = { version = "1.0", features = ["derive"] }
csv = "1.3.0"
serde_json = { version = "1.0", features = ["preserve_order"] }
indexmap = "2.13"
clap_complete = "4.5"
jiff = "0.2"