# 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 = "prj-cli" version = "1.0.0" authors = ["hxyulin "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI tool for managing projects on your local machine" homepage = "https://github.com/hxyulin/prj" documentation = "https://docs.rs/prj-cli" readme = "README.md" keywords = [ "cli", "project-management", "github", "git", "workspace", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/hxyulin/prj" [[bin]] name = "prj" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = [ "color", "derive", "wrap_help", ] [dependencies.colored] version = "2.1.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.prettytable] version = "0.10.0" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.skim] version = "0.10.4" [dependencies.toml] version = "0.8.19"