zmodem2-bin 0.2.0

ZMODEM file transfer protocol
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.73"
name = "zmodem2-bin"
version = "0.2.0"
authors = [
    "jarkkojs",
    "aarbuzov",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ZMODEM file transfer protocol"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://codeberg.org/jarkko/zmodem2.git"

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

[[bin]]
name = "rzm"
path = "src/bin/rzm.rs"

[[bin]]
name = "szm"
path = "src/bin/szm.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"
harness = true

[dependencies.anyhow]
version = "1.0"

[dependencies.argh]
version = "0.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.zmodem2]
version = "0.2.0"