nils-plan-issue-cli 0.5.2

CLI crate for nils-plan-issue-cli in the nils-cli workspace.
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 = "2024"
name = "nils-plan-issue-cli"
version = "0.5.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "plan-issue"
description = "CLI crate for nils-plan-issue-cli in the nils-cli workspace."
readme = "README.md"
license = "MIT"
repository = "https://github.com/graysurf/nils-cli"
resolver = "2"

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

[[bin]]
name = "plan-issue"
path = "src/main.rs"

[[bin]]
name = "plan-issue-local"
path = "src/bin/plan-issue-local.rs"

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

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

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

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

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

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.nils-common]
version = "0.5.2"
package = "nils-common"

[dependencies.plan-tooling]
version = "0.5.2"
package = "nils-plan-tooling"

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.nils-test-support]
version = "0.5.2"

[dev-dependencies.pretty_assertions]
version = "1"

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