githubdw 0.2.0

Local SQLite data warehouse for GitHub repositories: sync PRs, reviews, and issues; query, metrics, fulltext search, and MCP server
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"
name = "githubdw"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local SQLite data warehouse for GitHub repositories: sync PRs, reviews, and issues; query, metrics, fulltext search, and MCP server"
readme = "README.md"
keywords = [
    "github",
    "sqlite",
    "data-warehouse",
    "metrics",
    "mcp",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "MIT"
repository = "https://github.com/adlio/githubdw"

[features]
default = []
live-tests = []
summaries = [
    "dep:mixtape-core",
    "dep:aws-config",
]

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

[[bin]]
name = "githubdw"
path = "src/bin/githubdw.rs"

[dependencies.aws-config]
version = "1"
optional = true

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

[dependencies.chrono-tz]
version = "0.10"

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

[dependencies.dirs]
version = "6.0"

[dependencies.mixtape-core]
version = "0.4"
features = ["bedrock"]
optional = true

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

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

[dependencies.rusqlite_migration]
version = "2.3"

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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

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