[package]
name = "zp"
version = "1.3.0"
edition = "2021"
description = "Copy the contents of the source file or the standard output buffer to the clipboard, with support for maintaining a history of copied content, allowing users to easily paste into another file or program."
documentation = "https://github.com/bahdotsh/zp"
homepage = "https://github.com/bahdotsh/zp"
repository = "https://github.com/bahdotsh/zp"
keywords = ["copy", "cmd", "copy-to-clipboard"]
categories = ["command-line-utilities", "text-processing"]
license = "Unlicense OR MIT"
exclude = ["HomebrewFormula"]
[dependencies]
arboard = "3.2.0"
chrono = "0.4.40"
clap = { version = "4.2.1", features = ["derive"] }
crossterm = "0.28.1"
is-terminal = "0.4.7"
ratatui = "0.29.0"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
daemonize = "0.5"
tokio = { version = "1.0", features = ["full"] }
reqwest = { version = "0.11", features = ["json"] }
warp = "0.3"
hostname = "0.3"
fastrand = "2.0"
[profile.release]
codegen-units = 1
lto = true