rigger 0.3.0

One seat for all your projects and tasks: a local record of what is done, what is next and when it ships - read by you and your coding assistant
# 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.88"
name = "rigger"
version = "0.3.0"
authors = ["Kirill Lakhtachev <lahtachev@gmail.com>"]
build = "build.rs"
exclude = [
    "docs/",
    ".github/",
    "cliff.toml",
    "rustfmt.toml",
    "assets/social-preview.png",
    "assets/logo-512.png",
    "assets/apple-touch-icon.png",
    "assets/favicon-32.png",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "One seat for all your projects and tasks: a local record of what is done, what is next and when it ships - read by you and your coding assistant"
homepage = "https://github.com/lacodda/rigger"
readme = "README.md"
keywords = [
    "cli",
    "developer-tools",
    "project-management",
    "mcp",
    "release",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/lacodda/rigger"

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

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.directories]
version = "6"

[dependencies.dunce]
version = "1"

[dependencies.jiff]
version = "0.2"

[dependencies.rusqlite]
version = "0.38"
features = [
    "bundled",
    "backup",
]

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

[dependencies.serde_json]
version = "1"

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

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

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

[target."cfg(windows)".build-dependencies.winresource]
version = "0.1"

[profile.dev]
debug = 1