[[bin]]
name = "rice"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.atty]
version = "0.2"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.clap]
features = ["derive", "cargo"]
version = "4.4"
[dependencies.clap_complete]
version = "4.4"
[dependencies.colored]
version = "2.1"
[dependencies.dirs]
version = "5.0"
[dependencies.indicatif]
version = "0.17"
[dependencies.regex]
version = "1.10"
[dependencies.ricecoder-agents]
version = "0.1"
[dependencies.ricecoder-commands]
version = "0.1"
[dependencies.ricecoder-completion]
version = "0.1"
[dependencies.ricecoder-domain-agents]
version = "0.1"
[dependencies.ricecoder-execution]
version = "0.1"
[dependencies.ricecoder-external-lsp]
version = "0.1"
[dependencies.ricecoder-files]
version = "0.1"
[dependencies.ricecoder-generation]
version = "0.1"
[dependencies.ricecoder-github]
version = "0.1"
[dependencies.ricecoder-hooks]
version = "0.1"
[dependencies.ricecoder-ide]
version = "0.1"
[dependencies.ricecoder-images]
version = "0.1"
[dependencies.ricecoder-keybinds]
version = "0.1"
[dependencies.ricecoder-learning]
version = "0.1"
[dependencies.ricecoder-local-models]
version = "0.1"
[dependencies.ricecoder-lsp]
version = "0.1"
[dependencies.ricecoder-mcp]
version = "0.1"
[dependencies.ricecoder-modes]
version = "0.1"
[dependencies.ricecoder-orchestration]
version = "0.1"
[dependencies.ricecoder-permissions]
version = "0.1"
[dependencies.ricecoder-providers]
version = "0.1"
[dependencies.ricecoder-refactoring]
version = "0.1"
[dependencies.ricecoder-research]
version = "0.1"
[dependencies.ricecoder-sessions]
version = "0.1"
[dependencies.ricecoder-specs]
version = "0.1"
[dependencies.ricecoder-storage]
version = "0.1"
[dependencies.ricecoder-teams]
version = "0.1"
[dependencies.ricecoder-tools]
version = "0.1"
[dependencies.ricecoder-tui]
version = "0.1"
[dependencies.ricecoder-undo-redo]
version = "0.1"
[dependencies.ricecoder-workflows]
version = "0.1"
[dependencies.rustyline]
version = "14.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.syntect]
version = "5.0"
[dependencies.term_size]
version = "0.3"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.0"
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
[dependencies.uuid]
features = ["v4", "serde"]
version = "1.0"
[dev-dependencies.proptest]
version = "1.4"
[dev-dependencies.tempfile]
version = "3.8"
[dev-dependencies.tokio-test]
version = "0.4"
[lib]
name = "ricecoder_cli"
path = "src/lib.rs"
[package]
authors = ["RiceCoder Contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Terminal-first, spec-driven coding assistant that understands your project before generating code"
documentation = "https://github.com/moabualruz/ricecoder/wiki"
edition = "2021"
homepage = "https://github.com/moabualruz/ricecoder"
keywords = ["ai", "coding", "assistant", "cli", "spec-driven"]
license = "MIT"
name = "ricecoder"
readme = "README.md"
repository = "https://github.com/moabualruz/ricecoder"
version = "0.1.72"
[[test]]
name = "binary_execution_tests"
path = "tests/binary_execution_tests.rs"
[[test]]
name = "installation_verification"
path = "tests/installation_verification.rs"
[[test]]
name = "integration_binary_execution"
path = "tests/integration_binary_execution.rs"
[[test]]
name = "integration_commands"
path = "tests/integration_commands.rs"
[[test]]
name = "integration_curl_install"
path = "tests/integration_curl_install.rs"
[[test]]
name = "integration_multi_call_binary"
path = "tests/integration_multi_call_binary.rs"
[[test]]
name = "integration_package_managers"
path = "tests/integration_package_managers.rs"
[[test]]
name = "integration_tui"
path = "tests/integration_tui.rs"
[[test]]
name = "property_command_routing"
path = "tests/property_command_routing.rs"
[[test]]
name = "property_output_formatting"
path = "tests/property_output_formatting.rs"
[[test]]
name = "property_path_resolution"
path = "tests/property_path_resolution.rs"
[[test]]
name = "property_shell_completion"
path = "tests/property_shell_completion.rs"
[[test]]
name = "unit_branding"
path = "tests/unit_branding.rs"
[[test]]
name = "unit_chat_mode"
path = "tests/unit_chat_mode.rs"
[[test]]
name = "unit_commands"
path = "tests/unit_commands.rs"
[[test]]
name = "unit_error_handling"
path = "tests/unit_error_handling.rs"
[[test]]
name = "unit_output_formatting"
path = "tests/unit_output_formatting.rs"
[[test]]
name = "unit_output_formatting_comprehensive"
path = "tests/unit_output_formatting_comprehensive.rs"
[[test]]
name = "unit_path_resolution"
path = "tests/unit_path_resolution.rs"
[[test]]
name = "unit_ux_features"
path = "tests/unit_ux_features.rs"