# 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 = "wspick" version = "1.4.0" authors = ["MnlPhlp "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "platform independent workspace picker for the terminal" homepage = "https://github.com/MnlPhlp/wspick" readme = "README.md" keywords = [ "cli", "project", "workspace", "picker", "manager", ] categories = [ "command-line-utilities", "command-line-interface", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MnlPhlp/wspick" [[bin]] name = "wspick" path = "src/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.8" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.doc_consts] version = "0.2.2" [dependencies.edit] version = "0.1.4" [dependencies.indexmap] version = "2.0.0" features = ["serde"] [dependencies.inquire] version = "0.7.5" [dependencies.serde] version = "1.0.164" [dependencies.serde_derive] version = "1.0.164" [dependencies.termsize] version = "0.1.6" [dependencies.toml] version = "0.7.6" features = ["preserve_order"]