vissue-cli 0.3.0

vissue command line: plain-text issue tracking over per-project orgmode files
# 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"
rust-version = "1.89"
name = "vissue-cli"
version = "0.3.0"
authors = ["Rohit Goswami <rgoswami@ieee.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "vissue command line: plain-text issue tracking over per-project orgmode files"
homepage = "https://github.com/HaoZeke/vissue"
readme = "README.md"
keywords = [
    "issue-tracker",
    "orgmode",
    "cli",
    "mcp",
    "plain-text",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/HaoZeke/vissue"

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

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.clap_mangen]
version = "0.2"

[dependencies.serde_json]
version = "1"

[dependencies.vissue-control]
version = "0.3.0"

[dependencies.vissue-core]
version = "0.3.0"

[dependencies.vissue-serve]
version = "0.3.0"

[dependencies.vissue-tui]
version = "0.3.0"

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

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

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "forbid"