[[bin]]
name = "zp"
path = "src/main.rs"
[dependencies.arboard]
version = "3.2.0"
[dependencies.chrono]
version = "0.4.40"
[dependencies.clap]
features = ["derive"]
version = "4.2.1"
[dependencies.crossterm]
version = "0.28.1"
[dependencies.daemonize]
version = "0.5"
[dependencies.fastrand]
version = "2.0"
[dependencies.hostname]
version = "0.3"
[dependencies.is-terminal]
version = "0.4.7"
[dependencies.ratatui]
version = "0.29.0"
[dependencies.reqwest]
features = ["json"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.140"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.warp]
version = "0.3"
[lib]
name = "zp"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing"]
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"
edition = "2021"
exclude = ["HomebrewFormula"]
homepage = "https://github.com/bahdotsh/zp"
keywords = ["copy", "cmd", "copy-to-clipboard"]
license = "Unlicense OR MIT"
name = "zp"
readme = "README.md"
repository = "https://github.com/bahdotsh/zp"
version = "1.3.0"
[profile.release]
codegen-units = 1
lto = true