cloud-speed 0.8.2

cloud-speed is a tool for testing your networks speed and consistency.
# 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"
rust-version = "1.85.0"
name = "cloud-speed"
version = "0.8.2"
authors = ["Hunter Skrasek"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
cloud-speed is a tool for testing your networks speed and consistency.
"""
homepage = "https://github.com/hskrasek/cloud-speed"
documentation = "https://github.com/hskrasek/cloud-speed"
readme = "README.md"
keywords = [
    "cloud-speed",
    "cloudflare",
]
categories = ["command-line-utilities"]
license = "AGPL-3.0-only"
repository = "https://github.com/hskrasek/cloud-speed"

[[bin]]
name = "cloud-speed"
path = "src/main.rs"
bench = false

[dependencies.chrono]
version = "0.4.40"
features = ["serde"]

[dependencies.clap]
version = "4.5.31"
features = [
    "derive",
    "help",
    "suggestions",
    "usage",
]
default-features = false

[dependencies.clap-verbosity-flag]
version = "3.0.2"

[dependencies.colored]
version = "3.0.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.env_logger]
version = "0.11.6"

[dependencies.hickory-resolver]
version = "0.25.2"
features = [
    "system-config",
    "tokio",
]
default-features = false

[dependencies.http]
version = "1.1.0"

[dependencies.log]
version = "0.4.26"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "native-tls",
]
default-features = false

[dependencies.rustls-connector]
version = "0.22.0"
features = [
    "rustls--ring",
    "native-certs",
    "webpki-roots-certs",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.139"

[dependencies.serde_plain]
version = "1.0.2"

[dependencies.tokio]
version = "1.43.0"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "signal",
]

[dependencies.url]
version = "2.5.4"

[dev-dependencies.proptest]
version = "1.5.0"

[profile.dev]
opt-level = 0

[profile.release]
debug = 1

[profile.release-lto]
opt-level = 3
lto = "fat"
codegen-units = 1
debug = 0
debug-assertions = false
panic = "abort"
overflow-checks = false
incremental = false
inherits = "release"
strip = "symbols"