localsnd 0.5.7

CLI implementation of localsend
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 = "localsnd"
version = "0.5.7"
authors = [
    "zpp0196 <zpp0196@gmail.com>",
    "github.com/pepa65",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI implementation of localsend"
documentation = "https://docs.rs/localsnd"
readme = "README.md"
keywords = [
    "cli",
    "localsend",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/pepa65/localsnd"

[package.metadata.binstall]
pkg-url = "{repo}/releases/download/{version}/{name}"
pkg-fmt = "bin"
disabled-strategies = [
    "quick-install",
    "compile",
]
target = "x86_64-unknown-linux-musl"
target-family = "Linux"
target-arch = "X86_64"

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

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

[dependencies.anyhow]
version = "1.0.79"

[dependencies.async-stream]
version = "0.3.6"

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

[dependencies.axum]
version = "0.8.8"

[dependencies.clap]
version = "4.4.18"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "3"

[dependencies.comfy-table]
version = "7.1.0"

[dependencies.ctrlc]
version = "3.4.2"

[dependencies.futures-util]
version = "0.3.31"

[dependencies.hostname]
version = "0.4.2"

[dependencies.humansize]
version = "2.1.3"

[dependencies.indicatif]
version = "0.18"

[dependencies.inquire]
version = "0.9"

[dependencies.itertools]
version = "0.14"

[dependencies.linked-hash-map]
version = "0.5.6"

[dependencies.log]
version = "0.4.20"

[dependencies.md5]
version = "0.8.0"

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.openssl-sys]
version = "0.9.104"
features = ["vendored"]

[dependencies.pathdiff]
version = "0.2.3"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "multipart",
    "stream",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.simple_logger]
version = "5"

[dependencies.thiserror]
version = "2.0.17"

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

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

[dependencies.uuid]
version = "1.19"
features = ["v4"]

[dependencies.walkdir]
version = "2.5.0"

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