# 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 = "dmux" version = "0.6.4" authors = ["Zachary Thomas "] description = "Dmux is a fast and easy tmux workspace opener" homepage = "https://github.com/zdcthomas/dmux" readme = "README.md" keywords = [ "search", "filesystem", "tmux", ] license = "MIT OR Apache-2.0" repository = "https://github.com/zdcthomas/dmux" [profile.release] codegen-units = 1 [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "3.1.18" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.0.0" [dependencies.config] version = "0.10.1" [dependencies.dirs] version = "2.0.2" [dependencies.grep-cli] version = "0.1" [dependencies.regex] version = "1.3.7" [dependencies.serde] version = "1.0.137" [dependencies.serde_derive] version = "1.0" [dependencies.tmux_interface] version = "0.2.1" [dependencies.url] version = "2.1.1" [dependencies.walkdir] version = "2"