# 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 = "copyrat" version = "0.5.7" authors = ["graelo "] build = false exclude = ["/.github"] autobins = false autoexamples = false autotests = false autobenches = false description = "A tmux plugin for copy-pasting within tmux panes." homepage = "https://github.com/graelo/tmux-copyrat" documentation = "https://docs.rs/tmux-copyrat" readme = "README.md" keywords = [ "rust", "tmux", "tmux-plugin", "tmux-copycat", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/graelo/tmux-copyrat" [profile.release] lto = "fat" codegen-units = 1 panic = "abort" [lib] name = "copyrat" path = "src/lib.rs" [[bin]] name = "copyrat" path = "src/bin/copyrat.rs" [[bin]] name = "tmux-copyrat" path = "src/bin/tmux_copyrat.rs" [dependencies.clap] version = "4.0" features = [ "derive", "wrap_help", ] [dependencies.duct] version = "0.13" [dependencies.regex] version = "1.6" [dependencies.sequence_trie] version = "0.3.6" [dependencies.termion] version = "4" [dependencies.thiserror] version = "1"