tmux-select 0.0.9

Agent-aware tmux window picker with a built-in fuzzy finder for Claude Code, Codex, Kimi Code, Pi, OpenCode, Qwen Code, Grok Build, and Muse Code
# 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 = "2024"
name = "tmux-select"
version = "0.0.9"
authors = ["Ivan Zakharchanka <3axap4eHko@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-aware tmux window picker with a built-in fuzzy finder for Claude Code, Codex, Kimi Code, Pi, OpenCode, Qwen Code, Grok Build, and Muse Code"
homepage = "https://github.com/3axap4eHko/tmux-select"
readme = "README.md"
keywords = [
    "tmux",
    "fuzzy",
    "picker",
    "agent",
    "cli",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/3axap4eHko/tmux-select"

[[bin]]
name = "tmux-select"
path = "src/main.rs"

[[test]]
name = "rename"
path = "tests/rename.rs"

[dependencies.termion]
version = "4.0.6"

[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2.186"

[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "abort"
strip = true