cf_speedtest 0.6.3

A command-line internet speed test tool
# 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 = "cf_speedtest"
version = "0.6.3"
authors = ["https://github.com/12932"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "cf_speedtest"
description = "A command-line internet speed test tool"
readme = "README.md"
keywords = [
    "cross-platform",
    "speedtest",
    "cli",
    "speed",
    "test",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/12932/cf_speedtest"

[[bin]]
name = "cf_speedtest"
path = "src/main.rs"
doc = false

[dependencies.argh]
version = "0.1.17"

[dependencies.chrono]
version = "0.4.44"

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.phf]
version = "0.13"
features = ["macros"]

[dependencies.rustls]
version = "0.23.37"
features = ["ring"]
default-features = false

[dependencies.socket2]
version = "0.6.3"

[dependencies.ureq]
version = "3.2.0"

[dependencies.webpki-roots]
version = "1.0.6"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = "none"