sendme 0.32.0

A cli tool to send directories over the network, with NAT hole punching
# 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.89"
name = "sendme"
version = "0.32.0"
authors = [
    "RĂ¼diger Klaehn <rklaehn@protonmail.com>",
    "n0 team",
]
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/n0-computer/sendme"

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

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

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

[dependencies.anyhow]
version = "1.0.75"

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

[dependencies.console]
version = "0.15.7"

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

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

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

[dependencies.futures-buffered]
version = "0.2.11"

[dependencies.hex]
version = "0.4.3"

[dependencies.indicatif]
version = "0.17.7"

[dependencies.iroh]
version = "0.97"

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

[dependencies.irpc]
version = "0.13.0"

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

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.rand]
version = "0.9.2"

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

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

[dependencies.tracing]
version = "0.1.40"

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

[dependencies.walkdir]
version = "2.4.0"

[dev-dependencies.duct]
version = "0.13.6"

[dev-dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
]

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

[dev-dependencies.serde_json]
version = "1.0.108"

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

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

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

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