# 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 = "tctrl" version = "0.6.0" description = "Control your TMUX sessions in style" license = "MIT" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.home] version = "0.5.5" [dependencies.rlua] version = "0.19.7" [dependencies.skim] version = "0.10.4" [dependencies.tmux_interface] version = "0.3.1" features = ["tmux_3_3a"]