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