# 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 = "tmux-remux" version = "0.4.0" authors = ["Valerie Wolfe "] description = "A friendly command shortener for tmux" homepage = "https://git.vwolfe.io/valerie/remux" readme = "README.md" keywords = [ "tmux", "remux", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://git.vwolfe.io/valerie/remux" [package.metadata.aur] archive = "archive/v$pkgver.tar.gz" depends = ["tmux>=3.0"] name = "remux" type = "source" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 0 panic = "abort" strip = "symbols" [[bin]] name = "remux" path = "src/main.rs" [dependencies.pico-args] version = "0.5.0" features = [ "combined-flags", "eq-separator", ] [dependencies.termion] version = "2.0.1" [dependencies.tmux_interface] version = "0.3.2"