# 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 = "tshort" version = "0.2.2" exclude = ["config.json"] description = "Package to quickly switch from sessions on tmux and browse directories for projects" homepage = "https://github.com/adalessa/tshort" readme = "README.md" license = "MIT OR Apache-2.0" [dependencies.clap] version = "4.0.15" features = ["derive"] [dependencies.itertools] version = "0.10.3" [dependencies.proc-macro2] version = "=1.0.60" features = [ "default", "proc-macro", ] [dependencies.raster] version = "0.2.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellexpand] version = "2.1" [dependencies.skim] version = "0.10.2" [dependencies.tmux_interface] version = "0.3.1" features = ["tmux_2_6"] default-features = false