sendmer 0.4.4

A cli tool to send directories over the network, with NAT hole punching
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"
rust-version = "1.88"
name = "sendmer"
version = "0.4.4"
authors = ["likanug <likanug.g@qq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A cli tool to send directories over the network, with NAT hole punching"
readme = "README.md"
keywords = [
    "scp",
    "sftp",
    "network",
    "p2p",
    "holepunching",
]
categories = ["network-programming"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/bruceblink/sendmer"

[features]
clipboard = [
    "dep:crossterm",
    "dep:windows-sys",
    "dep:libc",
]
default = ["clipboard"]

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1.89"

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

[dependencies.console]
version = "0.16"

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

[dependencies.data-encoding]
version = "2.9"

[dependencies.derive_more]
version = "2"
features = [
    "display",
    "from_str",
]

[dependencies.dirs]
version = "6.0"

[dependencies.indicatif]
version = "0.18"

[dependencies.iroh]
version = "0.95"

[dependencies.iroh-blobs]
version = "0.97"

[dependencies.libc]
version = "0.2"

[dependencies.n0-future]
version = "0.3"

[dependencies.num_cpus]
version = "1.17"

[dependencies.rand]
version = "0.9"

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

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.rand]
version = "0.9"

[dev-dependencies.tempfile]
version = "3.23"

[target."cfg(unix)".dependencies.libc]
version = "0.2"
optional = true

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = ["Win32_System_Console"]
optional = true

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
debug = 0
panic = "abort"
strip = false