projm 0.11.0

CLI for projm — project organizer and navigator
# 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.11.0"
authors = ["Rachid Zaaf <[rachidzaaf9@gmailcom]>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for projm — project organizer and navigator"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ZAAFHachemrachid/projm"

[package.metadata.wix]
upgrade-guid = "27CEBBA0-C4AB-418F-BE7E-9C8B39DDE8AC"
path-guid = "844DD3D5-723D-4117-8E50-C2090347F799"
license = false
eula = false

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

[[test]]
name = "rules_cli_tests"
path = "tests/rules_cli_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.projm_core]
version = "0.11.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dev-dependencies.assert_cmd]
version = "2"

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