# 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 = "muxi" version = "2.2.2" authors = ["David Marchante "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Create bookmarks for your tmux sessions on the fly! 🚀" readme = "README.md" keywords = [ "tmux", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/iovis/muxi" [profile.dist] lto = "thin" inherits = "release" [profile.profiling] debug = 2 inherits = "release" [lib] name = "muxi" path = "src/lib.rs" [[bin]] name = "muxi" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [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] version = "0.10.0" features = [ "luajit", "vendored", "serialize", "send", ] [dependencies.owo-colors] version = "4.1.0" features = ["supports-colors"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.thiserror] version = "2.0.0" [dependencies.toml_edit] version = "0.22.22" features = ["serde"] [dev-dependencies.temp-env] version = "0.3.6" [dev-dependencies.uuid] version = "1.11.0" features = [ "serde", "v4", ]