ferry-cli 0.1.19

The ferry command for terminal-native LAN file transfer with QUIC, discovery, resume, TUI, and JSON output.
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.95"
name = "ferry-cli"
version = "0.1.19"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The ferry command for terminal-native LAN file transfer with QUIC, discovery, resume, TUI, and JSON output."
homepage = "https://fileferry.app/"
readme = "README.md"
keywords = [
    "file-transfer",
    "lan",
    "quic",
    "cli",
    "tui",
]
categories = [
    "command-line-utilities",
    "network-programming",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/dunamismax/fileferry"

[package.metadata.dist]
dist = true

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

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

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

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

[dependencies.ferry-core]
version = "0.1.19"

[dependencies.ferry-tui]
version = "0.1.19"

[dependencies.indicatif]
version = "0.18.3"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.48.0"
features = [
    "fs",
    "io-util",
    "macros",
    "rt-multi-thread",
    "signal",
    "time",
]

[dependencies.tracing]
version = "0.1.41"