ai-chain-cli 0.1.3

AI-Chain-CLI: A local-first issue tracker CLI for AI-assisted development sessions
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"
name = "ai-chain-cli"
version = "0.1.3"
build = "build.rs"
include = [
    "src/**/*",
    "resources/**/*",
    "build.rs",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-Chain-CLI: A local-first issue tracker CLI for AI-assisted development sessions"
homepage = "https://github.com/brainRottedCoder/AI-chain-CLI"
readme = "README.md"
keywords = [
    "issue-tracker",
    "cli",
    "ai-development",
    "session-management",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/brainRottedCoder/AI-chain-CLI"

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

[[bin]]
name = "ai-chain"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

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

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.rusqlite]
version = "0.38"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1"

[dependencies.unicode-width]
version = "0.2"

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

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

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