[[bin]]
name = "speedtest-cli"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.54"
[dependencies.colored]
version = "2.1"
[dependencies.env_logger]
version = "0.11"
[dependencies.futures-util]
version = "0.3"
[dependencies.log]
version = "0.4"
[dependencies.reqwest]
features = ["stream"]
version = "0.12"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
features = ["full"]
version = "1.42"
[package]
authors = ["Manuel Villegas <manuel.villegas.michel@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "network-programming"]
description = "A fast and simple CLI tool to test internet connection speed with real-time progress indicators"
documentation = "https://docs.rs/speedtest-cli"
edition = "2021"
exclude = [".github/", "target/"]
homepage = "https://github.com/VillegasMich/speedtest-cli"
keywords = ["speedtest", "cli", "network", "bandwidth", "internet"]
license = "MIT"
name = "speedtest-cli"
readme = "README.md"
repository = "https://github.com/VillegasMich/speedtest-cli"
version = "0.1.0"