# 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 = "tmux-sessionizer" version = "0.4.4" authors = ["Jared Moulton "] build = false exclude = ["images/*"] autobins = false autoexamples = false autotests = false autobenches = false description = """ Tmux Sessionizer is a cli tool to fuzzy find all git repositories in a list of specified folders and open them as a new tmux session. Also, for git worktrees, this tool opens all checked out worktrees as new windows. """ homepage = "https://github.com/jrmoulton/tmux-sessionizer" readme = "README.md" license = "MIT" repository = "https://github.com/jrmoulton/tmux-sessionizer" [profile.dist] lto = "thin" codegen-units = 1 inherits = "release" strip = true [lib] name = "tms" path = "src/lib.rs" [[bin]] name = "tms" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.aho-corasick] version = "1.1" [dependencies.clap] version = "4.5" features = [ "cargo", "derive", ] [dependencies.clap_complete] version = "4.5" [dependencies.config] version = "0.14" features = ["toml"] default-features = false [dependencies.crossterm] version = "0.28" [dependencies.dirs] version = "5.0.1" [dependencies.error-stack] version = "0.5" [dependencies.git2] version = "0.19" features = ["vendored-openssl"] [dependencies.nucleo] version = "0.5.0" [dependencies.ratatui] version = "0.28" features = ["serde"] [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.shell-words] version = "1.1.0" [dependencies.shellexpand] version = "3.1.0" [dependencies.toml] version = "0.8" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.once_cell] version = "1.18.0" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.pretty_assertions] version = "1.4.0" [dev-dependencies.tempfile] version = "3.10.1"