rigmode 0.1.0

Attach work modes to AI coding agent prompts
# 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.85"
name = "rigmode"
version = "0.1.0"
authors = ["Toshiki Takezawa <tsk.take815@gmail.com>"]
build = false
include = [
    "/src/**/*.rs",
    "/docs/**/*.md",
    "/Cargo.toml",
    "/Cargo.lock",
    "/README.md",
    "/LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Attach work modes to AI coding agent prompts"
homepage = "https://github.com/to4iki/rigmode"
readme = "README.md"
keywords = [
    "cli",
    "agent",
    "claude",
    "modes",
    "hooks",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/to4iki/rigmode"

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.dirs]
version = "6"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.toml]
version = "0.8"

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