rslph 0.1.1

CLI tool for LLM-powered autonomous task execution
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 = "2021"
name = "rslph"
version = "0.1.1"
build = false
exclude = [
    ".planning/*",
    ".github/*",
    "scripts/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for LLM-powered autonomous task execution"
readme = "README.md"
keywords = [
    "cli",
    "llm",
    "automation",
    "claude",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/VladimirMakaev/rslph"

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

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

[[test]]
name = "e2e"
path = "tests/e2e/main.rs"

[[test]]
name = "fake_claude"
path = "tests/fake_claude.rs"
harness = false

[dependencies.atomicwrites]
version = "0.4"

[dependencies.chrono]
version = "0.4.43"

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.directories]
version = "6.0"

[dependencies.figment]
version = "0.10"
features = [
    "toml",
    "env",
]

[dependencies.futures]
version = "0.3"

[dependencies.human_format]
version = "1.2"

[dependencies.include_dir]
version = "0.7"

[dependencies.nix]
version = "0.29"
features = ["signal"]

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.strum]
version = "0.26"

[dependencies.strum_macros]
version = "0.26"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2.0"

[dependencies.throbber-widgets-tui]
version = "0.10.0"

[dependencies.tokio]
version = "1.49"
features = ["full"]

[dependencies.tokio-util]
version = "0.7"

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

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

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

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