# 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 = "tuxmux" version = "0.2.3" authors = ["edenofest@gmail.com"] build = false include = [ "src/**/**", "Cargo.toml", "Cargo.lock", "readme.md", "config.kdl", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Tmux utility for session and window management" homepage = "https://github.com/edeneast/tuxmux.git" readme = "readme.md" keywords = [ "cli", "tmux", ] license = "Apache-2.0" repository = "https://github.com/edeneast/tuxmux.git" [profile.release] opt-level = "z" lto = true codegen-units = 1 strip = true [lib] name = "tuxmux" path = "src/lib.rs" [[bin]] name = "tux" path = "src/main.rs" [dependencies.clap] version = "4.5.4" features = [ "cargo", "derive", ] [dependencies.clap_complete] version = "4.5.2" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] default-features = false [dependencies.dirs-next] version = "2.0.0" [dependencies.gix] version = "0.63.0" features = ["max-performance-safe"] default-features = false [dependencies.gix-path] version = "0.10.11" [dependencies.indexmap] version = "2.2.6" [dependencies.itertools] version = "0.11.0" [dependencies.jwalk] version = "0.8.1" [dependencies.kdl] version = "4.6.0" [dependencies.miette] version = "5.10.0" features = ["fancy"] [dependencies.rayon] version = "1.10.0" [dependencies.shellexpand] version = "3.1.0" [dependencies.thiserror] version = "1.0.60" [dependencies.tmux_interface] version = "0.3.2" [build-dependencies.clap] version = "4.5.4" features = [ "cargo", "derive", ] [build-dependencies.clap_complete] version = "4.5.2" [build-dependencies.clap_mangen] version = "0.2.20"