# 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 = "wterm-sessionizer" version = "0.0.22-alpha" authors = ["Kostiantyn Sharovarskyi "] description = "Tool to open repos in another folder" homepage = "https://github.com/kostya9/wterm-sessionizer" readme = "README.md" keywords = [ "cli", "search", "repositories", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kostya9/wterm-sessionizer" [[bin]] name = "wts" path = "src/main.rs" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.ctrlc] version = "3.4.4" [dependencies.dialoguer] version = "0.11.0" features = ["fuzzy-select"] [dependencies.encode_unicode] version = "1.0.0" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.indicatif] version = "0.17.3" [dependencies.path-absolutize] version = "3.0.14" [dependencies.shellexpand] version = "3.1.0" [dependencies.windows-sys] version = "0.52.0" features = [ "Win32_UI_Input", "Win32_Foundation", "Win32_System_Console", "Win32_UI_Input_KeyboardAndMouse", ]