agent-kanban 0.1.1

Kanban CLI for multiple concurrent LLM agents to coordinate on tasks, backed by SQLite
# 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 = "agent-kanban"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kanban CLI for multiple concurrent LLM agents to coordinate on tasks, backed by SQLite"
readme = "README.md"
license = "MIT"

[[bin]]
name = "agent-kanban"
path = "src/main.rs"

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.103"

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

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

[dependencies.serde_json]
version = "1.0.150"

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

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

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

[lints.clippy]
cargo_common_metadata = "allow"
multiple_crate_versions = "allow"

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

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

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

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