# 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 = "file_pickup" version = "0.1.3" authors = [ "b1", "tripp", ] description = "Copy files and folders to the clipboard, achieving the same result as right-click copy." license = "ISC" repository = "https://github.com/trippjoe/file_pickup" resolver = "2" [dependencies.anyhow] version = "1.0.38" [dependencies.glob] version = "0.3.0" [dependencies.rand] version = "0.7.3" [target."cfg(target_os = \"macos\")".dependencies.cocoa] version = "0.24.0" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.40.0" features = [ "Win32_Foundation", "Win32_UI_Shell", "Win32_System_DataExchange", ]