# 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 = "wl-clipboard-rs-tools" version = "0.9.1" authors = ["Ivan Molodetskikh "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Terminal utilities for accessing the Wayland clipboard." readme = "README.md" keywords = [ "wayland", "clipboard", ] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/YaLTeR/wl-clipboard-rs" [lib] name = "wl_clipboard_rs_tools" path = "src/lib.rs" [[bin]] name = "wl-clip" path = "src/bin/wl-clip.rs" [[bin]] name = "wl-copy" path = "src/bin/wl-copy.rs" [[bin]] name = "wl-paste" path = "src/bin/wl-paste.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.19" features = [ "derive", "wrap_help", ] [dependencies.libc] version = "0.2.159" [dependencies.log] version = "0.4.22" [dependencies.mime_guess] version = "2.0.5" [dependencies.rustix] version = "0.38.37" features = ["stdio"] [dependencies.stderrlog] version = "0.6.0" [dependencies.wl-clipboard-rs] version = "0.9.1" [build-dependencies.clap] version = "4.5.19" features = [ "derive", "wrap_help", ] [build-dependencies.clap_complete] version = "4.5.32" [build-dependencies.clap_mangen] version = "0.2.23" [features] dlopen = ["wl-clipboard-rs/dlopen"] native_lib = ["wl-clipboard-rs/native_lib"]