muxi 2.2.2

Create bookmarks for your tmux sessions on the fly! 🚀
Documentation
[[bin]]
name = "muxi"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.20"

[dependencies.clap_complete]
version = "4.5.37"

[dependencies.color-eyre]
version = "0.6.3"

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.dirs]
version = "5.0.1"

[dependencies.mlua]
features = ["luajit", "vendored", "serialize", "send"]
version = "0.10.0"

[dependencies.owo-colors]
features = ["supports-colors"]
version = "4.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.214"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.toml_edit]
features = ["serde"]
version = "0.22.22"

[dev-dependencies.temp-env]
version = "0.3.6"

[dev-dependencies.uuid]
features = ["serde", "v4"]
version = "1.11.0"

[lib]
name = "muxi"
path = "src/lib.rs"

[package]
authors = ["David Marchante <davidmarchan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Create bookmarks for your tmux sessions on the fly! 🚀"
edition = "2021"
keywords = ["tmux", "cli"]
license = "MIT"
name = "muxi"
readme = "README.md"
repository = "https://github.com/iovis/muxi"
version = "2.2.2"

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

[profile.profiling]
debug = 2
inherits = "release"