opencode-ralph-loop-cli 0.1.0

Scaffolder CLI for OpenCode Ralph Loop plugin — one command setup
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.85"
name = "opencode-ralph-loop-cli"
version = "0.1.0"
authors = ["Danilo <claude.ai.twenty614@passmail.net>"]
build = false
exclude = [
    ".serena/",
    "logs/",
    "CLAUDE.md",
    "AGENTS.md",
    "docs_rules/",
    ".claude/",
    ".opencode/",
    "skill/",
    "docs/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scaffolder CLI for OpenCode Ralph Loop plugin — one command setup"
readme = "README.md"
keywords = [
    "opencode",
    "ralph",
    "scaffold",
    "cli",
    "loop",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/daniloaguiarbr/opencode-ralph-loop-cli"

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

[[bin]]
name = "opencode-ralph-loop-cli"
path = "src/main.rs"

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.ctrlc]
version = "3"

[dependencies.directories]
version = "5"

[dependencies.hex]
version = "0.4"

[dependencies.rust-embed]
version = "8"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]

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

[dev-dependencies.insta]
version = "1"
features = [
    "json",
    "redactions",
]

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

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

[dev-dependencies.rstest]
version = "0.22"

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

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true