# 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 = "2018" rust-version = "1.76.0" name = "clpy" version = "0.1.1" authors = ["Piyush Suthar "] build = false exclude = [ ".github/", ".gitignore", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Save image from your clipboard as an image file directly from your command line!" readme = "README.md" license = "MIT OR Apache-2.0" [[bin]] name = "clpy" path = "src/main.rs" [dependencies.clap] version = "4.5.8" [dependencies.clipboard-win] version = "5.3.1" [dependencies.image] version = "0.25.1" [dependencies.random-string] version = "1.0.0"