# 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" name = "rclipd" version = "0.2.0" authors = ["UnkwUsr "] description = "Rclip is a clipboard manager with ability to save different entry types (text,\nimages, etc.). It's just a daemon which look for clipboard updates and save\nthem each per unique file.\n" keywords = ["clipboard", "daemon", "history", "manager", "fzf"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/UnkwUsr/rclip" [dependencies.clap] version = "2.33.3" [dependencies.dirs] version = "4.0.0" [dependencies.serde] version = "1.0.133" features = ["derive"] [dependencies.signal-hook] version = "0.3.13" [dependencies.toml] version = "0.5.8" [dependencies.xcb] version = "0.10.1" features = ["xfixes"]