# 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 = "muxme" version = "0.0.5" authors = ["Jack "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Easily start tmux sessions named from the current directory" homepage = "https://git.sr.ht/~yikesh/muxme" readme = "README.md" license = "AGPL-3.0-or-later" repository = "https://git.sr.ht/~yikesh/muxme" [[bin]] name = "muxme" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" features = ["std"] default-features = false [dependencies.clap] version = "4.5.8" features = [ "cargo", "color", "derive", "env", "help", "std", "suggestions", "unstable-doc", "usage", ] default-features = false [dependencies.jacklog] version = "0.2.0" default-features = false [dependencies.tracing] version = "0.1.40" features = [ "std", "attributes", ] default-features = false