rft-cli 0.2.0

Zero-config Docker Compose isolation for git worktrees
# 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 = "rft-cli"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Zero-config Docker Compose isolation for git worktrees"
homepage = "https://github.com/supostat/rft-cli"
readme = "README.md"
keywords = [
    "docker",
    "compose",
    "worktree",
    "git",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/supostat/rft-cli"

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

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

[dependencies.clap_complete]
version = "4.6"

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

[dependencies.miette]
version = "7.6"
features = ["fancy"]

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

[dependencies.regex]
version = "1"

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

[dependencies.schemars]
version = "1.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.50"
features = [
    "rt-multi-thread",
    "macros",
    "process",
    "fs",
    "signal",
]

[dependencies.toml]
version = "1.0.6"

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