cloudflare-speed-cli 1.0.4

CLI tool for Cloudflare speed testing with TUI interface
# 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 = "cloudflare-speed-cli"
version = "1.0.4"
authors = ["kavehtehrani <codemonkey13x@gmail.com>"]
build = false
exclude = [
    "images/*",
    "Dockerfile",
    "dist-workspace.toml",
    "flake.nix",
    "flake.lock",
    "install.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for Cloudflare speed testing with TUI interface"
homepage = "https://github.com/kavehtehrani/cloudflare-speed-cli"
documentation = "https://github.com/kavehtehrani/cloudflare-speed-cli"
readme = "README.md"
keywords = [
    "cloudflare",
    "speed-test",
    "network",
    "tui",
    "cli",
]
categories = [
    "network-programming",
    "command-line-utilities",
]
license = "GPL-3.0"
repository = "https://github.com/kavehtehrani/cloudflare-speed-cli"

[features]
default = ["tui"]
tui = [
    "dep:ratatui",
    "dep:crossterm",
    "dep:arboard",
    "dep:ratatui-textarea",
]

[[bin]]
name = "cloudflare-speed-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.95"

[dependencies.arboard]
version = "3.3"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.9.0"

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

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]
optional = true

[dependencies.dirs]
version = "5.0.1"

[dependencies.futures]
version = "0.3.31"

[dependencies.humantime]
version = "2.1.0"

[dependencies.humantime-serde]
version = "1.1.1"

[dependencies.if-addrs]
version = "0.10"

[dependencies.libc]
version = "0.2"

[dependencies.pnet_packet]
version = "0.35"

[dependencies.rand]
version = "0.8.5"

[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]
optional = true
default-features = false

[dependencies.ratatui-textarea]
version = "0.9"
features = ["search"]
optional = true

[dependencies.reqwest]
version = "0.12.9"
features = [
    "rustls-tls",
    "rustls-tls-native-roots",
    "http2",
    "gzip",
    "brotli",
    "deflate",
    "json",
    "stream",
    "socks",
]
default-features = false

[dependencies.rustls]
version = "0.23"
features = [
    "std",
    "tls12",
    "ring",
]
default-features = false

[dependencies.rustls-native-certs]
version = "0.8"

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

[dependencies.serde_json]
version = "1.0.133"

[dependencies.socket2]
version = "0.5"
features = ["all"]

[dependencies.time]
version = "0.3.37"
features = [
    "formatting",
    "macros",
    "local-offset",
]

[dependencies.tokio]
version = "1.41.1"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "time",
    "sync",
    "net",
]

[dependencies.tokio-rustls]
version = "0.26"

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

[profile.dist]
lto = "thin"
inherits = "release"