copyrat 0.6.1

A tmux plugin for copy-pasting within tmux panes.
Documentation
[[bin]]
name = "copyrat"
path = "src/bin/copyrat.rs"

[[bin]]
name = "tmux-copyrat"
path = "src/bin/tmux_copyrat.rs"

[dependencies.clap]
features = ["derive", "wrap_help"]
version = "4.0"

[dependencies.duct]
version = "1"

[dependencies.regex]
version = "1.6"

[dependencies.sequence_trie]
version = "0.3.6"

[dependencies.termion]
version = "4"

[dependencies.thiserror]
version = "2"

[lib]
name = "copyrat"
path = "src/lib.rs"

[package]
authors = ["graelo <graelo@graelo.cc>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tmux plugin for copy-pasting within tmux panes."
documentation = "https://docs.rs/tmux-copyrat"
edition = "2021"
exclude = ["/.github"]
homepage = "https://github.com/graelo/tmux-copyrat"
keywords = ["rust", "tmux", "tmux-plugin", "tmux-copycat"]
license = "MIT"
name = "copyrat"
readme = "README.md"
repository = "https://github.com/graelo/tmux-copyrat"
version = "0.6.1"

[profile.release]
codegen-units = 1
lto = "fat"
panic = "abort"