mana-core 0.3.2

Core library for mana — task tracker for AI coding agents
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.85"
name = "mana-core"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for mana — task tracker for AI coding agents"
homepage = "https://github.com/kfcafe/mana"
readme = "README.md"
keywords = [
    "task-tracker",
    "ai-agents",
    "orchestration",
    "coordination",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/kfcafe/mana"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.dirs]
version = "6"

[dependencies.fs2]
version = "0.4"

[dependencies.glob]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.regex]
version = "1.6"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.sha2]
version = "0.10"

[dependencies.shell-escape]
version = "0.1"

[dependencies.thiserror]
version = "2"

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