clipf 0.5.2

Copy file contents to the clipboard, locally or over SSH via OSC 52
[package]
name = "clipf"
version = "0.5.2"
edition = "2021"
rust-version = "1.70"
description = "Copy file contents to the clipboard, locally or over SSH via OSC 52"
license = "MIT"
repository = "https://github.com/reez455G/clipf"
readme = "README.md"
keywords = ["clipboard", "osc52", "ssh", "cli", "terminal"]
categories = ["command-line-utilities"]

# No dependencies. Everything (base64, arg parsing, tty handling) is std-only,
# so `cargo build` works on an air-gapped box and the binary stays small.
[dependencies]

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