# 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 = "rusmux" version = "0.7.0" authors = ["Meir Kriheli "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Automate tmux sessions configuration" homepage = "https://github.com/MeirKriheli/rusmux" readme = "README.md" keywords = [ "tmux", "tmuxinator", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/MeirKriheli/rusmux" [package.metadata.release] pre-release-hook = [ "git-cliff", "-o", "CHANGELOG.md", "--tag", "{{version}}", ] [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "rusmux" path = "src/main.rs" [dependencies.clap] version = "~4.5" features = [ "cargo", "derive", ] [dependencies.colored] version = "2.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.directories] version = "5.0.1" [dependencies.glob] version = "~0.3" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.shell-escape] version = "0.1.5" [dependencies.shellexpand] version = "3.1.0" [dependencies.shlex] version = "1.3.0" [dependencies.thiserror] version = "2.0" [dependencies.which] version = "7.0.0" [dependencies.yaml-rust] version = "0.4"