agentflow-cli 0.1.2

Git worktree workflow manager with AI agent task monitoring, Kanban board, and terminal UI
# 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.82"
name = "agentflow-cli"
version = "0.1.2"
authors = ["Arya <universitybuddyai@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git worktree workflow manager with AI agent task monitoring, Kanban board, and terminal UI"
homepage = "https://github.com/aryayt/flow"
readme = "README.md"
keywords = [
    "ai-agent",
    "git-worktree",
    "tmux",
    "cli",
    "workflow",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/aryayt/flow"

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

[dependencies.agentflow-core]
version = "0.1.2"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "env",
]

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5.0"

[dependencies.flow-db]
version = "0.1.2"

[dependencies.flow-git]
version = "0.1.2"

[dependencies.flow-resolver]
version = "0.1.2"

[dependencies.flow-server]
version = "0.1.2"

[dependencies.flow-sync]
version = "0.1.2"

[dependencies.flow-tmux]
version = "0.1.2"

[dependencies.flow-tui]
version = "0.1.2"

[dependencies.ratatui]
version = "0.29"

[dependencies.rusqlite]
version = "0.31"
features = [
    "bundled",
    "backup",
    "functions",
]

[dependencies.skim]
version = "0.10"

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

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

[lints.clippy]
missing_errors_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1

[lints.rust]
unsafe_code = "forbid"