# 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 = "x11-clipboard-rs" version = "0.1.1" authors = ["MITSUBOSHI "] description = "X11 cliboard copy and paste command line tool" homepage = "https://crates.io/crates/x11-clipboard-rs" documentation = "https://docs.rs/x11-clipboard-rs/" readme = "README.md" keywords = [ "x11", "clipboard", "copy", "paste", ] license = "MIT" repository = "https://github.com/MITSUBOSHI/x11-clipboard-rs" [[bin]] name = "cb" path = "src/main.rs" [dependencies.clap] version = "4.5.3" features = ["derive"] [dependencies.thiserror] version = "1.0.58" [dev-dependencies.assert_cmd] version = "2.0.14" [badges.maintenance] status = "actively-developed"