bea-rs 0.7.2

A file-based task tracker CLI and MCP server for AI agent workflows
# 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"
name = "bea-rs"
version = "0.7.2"
build = false
include = [
    "src/**",
    "templates/**",
    "Cargo.toml",
    "Cargo.lock",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A file-based task tracker CLI and MCP server for AI agent workflows"
readme = "README.md"
keywords = [
    "task",
    "cli",
    "mcp",
    "agent",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/LHelge/bea-rs"

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

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

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

[dependencies.clap_complete]
version = "4.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.notify]
version = "8.2.0"

[dependencies.notify-debouncer-mini]
version = "0.7.0"

[dependencies.owo-colors]
version = "4.3.0"
features = ["supports-colors"]

[dependencies.rand]
version = "0.10.1"

[dependencies.ratatui]
version = "0.30.1"

[dependencies.rmcp]
version = "1.7.0"
features = [
    "server",
    "macros",
    "transport-io",
]

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yml]
version = "0.0.13"

[dependencies.shell-words]
version = "1.1.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "macros",
    "rt-multi-thread",
]

[dependencies.tui-markdown]
version = "0.3.7"

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

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

[dev-dependencies.rmcp]
version = "1.7.0"
features = [
    "client",
    "transport-child-process",
]

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