projm 0.3.1

Project organizer and fuzzy navigator for developers — classify, group, and jump to projects from the terminal
Documentation
# 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 = "projm"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project organizer and fuzzy navigator for developers — classify, group, and jump to projects from the terminal"
readme = "README.md"
keywords = [
    "cli",
    "projects",
    "navigator",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ZAAFHachemrachid/projm"

[lib]
name = "projm"
path = "src/lib.rs"

[[bin]]
name = "projm"
path = "src/main.rs"

[[test]]
name = "classify_tests"
path = "tests/classify_tests.rs"

[[test]]
name = "editors_tests"
path = "tests/editors_tests.rs"

[[test]]
name = "organize_tests"
path = "tests/organize_tests.rs"

[[test]]
name = "prefs_tests"
path = "tests/prefs_tests.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.colored]
version = "3.1.1"

[dependencies.console]
version = "0.16.3"

[dependencies.dialoguer]
version = "0.12.0"
features = ["fuzzy-select"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dev-dependencies.tempfile]
version = "3"