bmo 0.4.0

Local-first SQLite-backed CLI issue tracker for AI 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 = "2024"
rust-version = "1.91.0"
name = "bmo"
version = "0.4.0"
authors = ["Erik Aker <eraker@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first SQLite-backed CLI issue tracker for AI agents"
homepage = "https://github.com/erewok/bmo"
documentation = "https://docs.rs/bmo"
readme = "README.md"
keywords = [
    "cli",
    "issues",
    "tracker",
    "sqlite",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/erewok/bmo"

[package.metadata.docs.rs]
all-features = false
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[[example]]
name = "demo"
path = "examples/demo.rs"

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

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

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

[dependencies.ammonia]
version = "4"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.async-stream]
version = "0.3"

[dependencies.axum]
version = "0.8.8"

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

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

[dependencies.comfy-table]
version = "7"

[dependencies.futures-util]
version = "0.3"
default-features = false

[dependencies.minijinja]
version = "2"

[dependencies.owo-colors]
version = "4"

[dependencies.pulldown-cmark]
version = "0.13"
features = ["html"]
default-features = false

[dependencies.rusqlite]
version = "0.38.0"
features = [
    "bundled",
    "fallible_uint",
]

[dependencies.sea-query]
version = "1.0.0-rc.1"

[dependencies.sea-query-rusqlite]
version = "0.8.0-rc.16"
features = [
    "with-chrono",
    "with-json",
    "with-uuid",
    "with-time",
]

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "signal",
    "sync",
    "time",
]

[dependencies.toml]
version = "0.9.8"

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

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

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

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

[dev-dependencies.tower]
version = "0.5"
features = ["util"]