# 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 = "2021" name = "zp" version = "1.0.0" exclude = ["HomebrewFormula"] description = "Copy the contents of the source file or the std output buffer to the clipboard, allowing users to easily paste the contents into another file or program." homepage = "https://github.com/bahdotsh/zp" documentation = "https://github.com/bahdotsh/zp" readme = "README.md" keywords = [ "copy", "cmd", "copy-to-clipboard", ] categories = [ "command-line-utilities", "text-processing", ] license = "Unlicense OR MIT" repository = "https://github.com/bahdotsh/zp" [dependencies.arboard] version = "3.2.0" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.2.1" features = ["derive"]