cfspeedtest 2.2.0

Unofficial CLI for speed.cloudflare.com
Documentation
# 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 = "cfspeedtest"
version = "2.2.0"
build = false
exclude = [".github/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unofficial CLI for speed.cloudflare.com"
readme = "README.md"
keywords = [
    "cli",
    "speedtest",
    "speed-test",
    "cloudflare",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/code-inflation/cfspeedtest/"

[lib]
name = "cfspeedtest"
path = "src/lib.rs"

[[bin]]
name = "cfspeedtest"
path = "src/main.rs"

[[example]]
name = "download_test"
path = "examples/download_test.rs"

[[example]]
name = "latency_test"
path = "examples/latency_test.rs"

[[example]]
name = "simple_speedtest"
path = "examples/simple_speedtest.rs"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5"

[dependencies.csv]
version = "1.3.0"

[dependencies.env_logger]
version = "0.11"

[dependencies.indexmap]
version = "2.13"

[dependencies.jiff]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.12"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "blocking",
    "rustls-tls",
    "socks",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]