ploys-cli 0.5.0

A command line application to manage projects, packages, releases and deployments.
# 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 = "2024"
name = "ploys-cli"
version = "0.5.0"
authors = ["Daniel Balcomb <daniel.balcomb@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A command line application to manage projects, packages, releases and deployments."
homepage = "https://ploys.dev"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ploys/ploys"

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

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

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

[dependencies.anyhow]
version = "1.0.72"

[dependencies.clap]
version = "4.3.21"
features = [
    "derive",
    "env",
]

[dependencies.clap-verbosity-flag]
version = "3.0.2"
features = ["tracing"]
default-features = false

[dependencies.console]
version = "0.15.7"

[dependencies.dialoguer]
version = "0.11.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.ploys]
version = "0.6.0"

[dependencies.semver]
version = "1.0.19"

[dependencies.strum]
version = "0.26.3"
features = ["derive"]

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.19"

[dependencies.url]
version = "2.4.0"

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

[dev-dependencies.predicates]
version = "3.0.3"
features = ["regex"]

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