# 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 = "clipboard-sync" version = "0.2.0" description = " Synchronizes the clipboard across multiple X11 and wayland instances running on the same machine. " readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.anyhow] version = "1.0.44" [dependencies.arboard] version = "2.0.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.0.29" features = [ "derive", "wrap_help", ] [dependencies.cli-clipboard] version = "0.2.0" [dependencies.gag] version = "1.0" [dependencies.itertools] version = "0.10" [dependencies.nix] version = "0.23.1" [dependencies.terminal-clipboard] version = "0.3.1" [dependencies.thiserror] version = "1.0" [dependencies.wayland-client] version = "0.29.4" [dependencies.wl-clipboard-rs] version = "0.7.0" [dependencies.x11-clipboard] version = "0.5.3" [features] backtrace = []