govctl 0.2.2

Project governance CLI for RFC, ADR, and Work Item management
# 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"
rust-version = "1.86"
name = "govctl"
version = "0.2.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Project governance CLI for RFC, ADR, and Work Item management"
homepage = "https://github.com/govctl-org/govctl"
documentation = "https://docs.rs/govctl"
readme = "README.md"
keywords = [
    "governance",
    "rfc",
    "cli",
    "adr",
    "specification",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/govctl-org/govctl"

[features]
default = []
tui = [
    "ratatui",
    "crossterm",
]

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.clap_complete]
version = "4"

[dependencies.comfy-table]
version = "7"

[dependencies.crossterm]
version = "0.29"
optional = true

[dependencies.globset]
version = "0.4"

[dependencies.jsonschema]
version = "0.40"

[dependencies.owo-colors]
version = "4"

[dependencies.ratatui]
version = "0.30"
optional = true

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.slug]
version = "0.1"

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

[dependencies.supports-color]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.9"

[dependencies.walkdir]
version = "2"

[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.insta]
version = "1"
features = ["yaml"]

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

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