# 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 = "clipperd" version = "0.1.5" authors = ["James Koonts "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Keyboard shortcuts to paste selected text to secondary clipboard" readme = "README.md" keywords = [ "clipperd", "clipboard", ] license = "MIT" repository = "https://github.com/helloimalemur/clipperd" [package.metadata.bundle] identifier = "com.koonts.wordcount" name = "Clipperd" short_description = "Clipperd" [[bin]] name = "clipperd" path = "src/main.rs" [dependencies.clipboard] version = "0.5.0" [dependencies.keybind] version = "0.1.0" [dependencies.magic-crypt] version = "3.1.13" [dependencies.rand] version = "0.9.0-alpha.2" [dependencies.x11-clipboard] version = "0.9.2"