strike 0.6.0

A command line tool to test the throughput of TCP HL7 message consumers.
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 = "2024"
name = "strike"
version = "0.6.0"
authors = ["Jens <rusty.jens@fastmail.com>"]
build = false
include = [
    "**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line tool to test the throughput of TCP HL7 message consumers."
readme = "readme.md"
keywords = [
    "hl7",
    "healthcare",
    "cli",
    "tool",
]
categories = ["command-line-utilities"]
license = " GPL-3.0-or-later"
repository = "https://github.com/JensPenny/barrage"

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

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.assert_cmd]
version = "2.0.17"

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

[dependencies.confy]
version = "2.0.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ctrlc]
version = "3.5.2"

[dependencies.env_logger]
version = "0.11.9"

[dependencies.futures]
version = "0.3.32"

[dependencies.hl7-mllp-codec]
version = "0.4.0"

[dependencies.indicatif]
version = "0.18.4"

[dependencies.log]
version = "0.4.27"

[dependencies.predicates]
version = "3.1.4"

[dependencies.serde]
version = "1.0.219"

[dependencies.serde_derive]
version = "1.0.219"

[dependencies.tokio]
version = "1.47.1"
features = [
    "macros",
    "net",
    "rt",
    "time",
]

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