cf-mach 0.2.1

Network quality measurement CLI for latency, throughput, packet loss, and responsiveness
# 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 = "2024"
name = "cf-mach"
version = "0.2.1"
authors = [
    "Fisher Darling <fisher@cloudflare.com>",
    "Lina Baquero <lina@cloudflare.com>",
    "Cloudflare",
]
build = false
include = [
    "src/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "mach"
description = "Network quality measurement CLI for latency, throughput, packet loss, and responsiveness"
readme = "README.md"
keywords = [
    "network-quality",
    "latency",
    "speedtest",
    "responsiveness",
    "packet-loss",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "BSD-3-Clause"
repository = "https://github.com/cloudflare/networkquality-rs"

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

[dependencies.anyhow]
version = "1.0"
features = ["backtrace"]

[dependencies.boring]
version = "5.0"

[dependencies.bytes]
version = "1.6.0"

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

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

[dependencies.http]
version = "1.0"

[dependencies.http-body-util]
version = "0.1.2"

[dependencies.humansize]
version = "2.1.3"

[dependencies.hyper]
version = "1.0"
features = [
    "client",
    "http1",
    "http2",
]

[dependencies.hyper-util]
version = "0.1"
features = ["tokio"]

[dependencies.pin-project-lite]
version = "0.2"

[dependencies.rand]
version = "0.8"

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

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

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

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

[dependencies.tokio]
version = "1.43"
features = [
    "rt-multi-thread",
    "time",
    "net",
    "test-util",
    "macros",
]

[dependencies.tokio-boring]
version = "5.0"

[dependencies.tokio-util]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

[dependencies.url]
version = "2.4"
features = ["serde"]

[dependencies.webrtc]
version = "0.12.0"

[profile.release]
debug = 1