kranz 0.2.0

Git-native mission control for governed, validated AI coding-agent work.
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 = "2021"
rust-version = "1.88"
name = "kranz"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git-native mission control for governed, validated AI coding-agent work."
homepage = "https://github.com/craigcode/kranz"
readme = "README.md"
keywords = [
    "agent",
    "orchestration",
    "mission-control",
    "validation",
    "ai",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/craigcode/kranz"

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.cap-fs-ext]
version = "4"

[dependencies.cap-std]
version = "4"

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.kranz-engine]
version = "0.2.0"

[dependencies.kranz-server]
version = "0.2.0"

[dependencies.kranz-slack]
version = "0.2.0"

[dependencies.opentelemetry]
version = "0.32"

[dependencies.opentelemetry-otlp]
version = "0.32"
features = [
    "http-proto",
    "trace",
    "reqwest-client",
    "reqwest-rustls",
]
default-features = false

[dependencies.opentelemetry_sdk]
version = "0.32"
features = ["trace"]

[dependencies.ratatui]
version = "0.30"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rustls]
version = "0.23"
features = [
    "ring",
    "std",
    "logging",
    "tls12",
]
default-features = false

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

[dependencies.serde_json]
version = "1.0.151"
features = ["float_roundtrip"]

[dependencies.sha2]
version = "0.11"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dev-dependencies.axum]
version = "0.8"
features = ["ws"]

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