rusmux 0.8.5

Automate tmux sessions configuration
# 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.8.5"
authors = ["Meir Kriheli <mkriheli@gmail.com>"]
build = false
autolib = 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}}",
]

[[bin]]
name = "rusmux"
path = "src/main.rs"

[dependencies.clap]
version = "~4.5"
features = [
    "cargo",
    "derive",
]

[dependencies.colored]
version = "3.0.0"

[dependencies.dialoguer]
version = "0.12.0"

[dependencies.directories]
version = "6.0.0"

[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 = "8.0.0"

[profile.dist]
lto = "thin"
inherits = "release"