irtt-cli 0.1.0

Command-line IRTT-compatible client
Documentation
# 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.75"
name = "irtt-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line IRTT-compatible client"
homepage = "https://github.com/Lochnair/irtt-rs"
readme = "README.md"
keywords = [
    "irtt",
    "networking",
    "latency",
    "rtt",
]
categories = [
    "command-line-utilities",
    "network-programming",
]
license = "Apache-2.0"
repository = "https://github.com/Lochnair/irtt-rs"

[features]
default = ["stats"]
stats = ["dep:irtt-stats"]

[lib]
name = "irtt_cli"
path = "src/lib.rs"

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

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

[dependencies.ctrlc]
version = "3.4"

[dependencies.irtt-client]
version = "0.1.0"

[dependencies.irtt-proto]
version = "0.1.0"

[dependencies.irtt-stats]
version = "0.1.0"
optional = true