# 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 = "copycat" version = "0.7.1" authors = ["Matheus Lessa"] description = "A simple windows clipboard cli interface. Pipe into it to copy. Pipe from it to paste." homepage = "https://github.com/vamolessa/copycat" readme = "README.md" keywords = ["clip", "clipboard", "copy"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/vamolessa/copycat" resolver = "2" [dependencies.atty] version = "0.2.14" [dependencies.clipboard-win] version = "3.1.0"