looprs 0.1.11

Concise coding assistant REPL
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.88"
name = "looprs"
version = "0.1.11"
build = false
exclude = [
    ".claude/",
    ".looprs/",
    ".github/",
    ".beads/",
    "ai_docs/",
    "docs/",
    "reviews/",
    "thoughts/",
    "specs/",
    "mockstation/",
    "patches/",
    "scripts/",
    "third_party/",
    "*.ai.md",
    "TODO.ai.md",
    "AGENTS.md",
    "CONTRIBUTING.md",
    "CODE_OF_CONDUCT.md",
    "SECURITY.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Concise coding assistant REPL"
readme = "README.md"
license = "MIT"
repository = "https://github.com/89jobrien/looprs.git"

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-openai]
version = "0.33.0"
features = [
    "rustls",
    "chat-completion",
    "byot",
]
default-features = false

[dependencies.async-trait]
version = "0.1"

[dependencies.claudius]
version = "0.18.0"

[dependencies.colored]
version = "2.1"

[dependencies.dotenvy]
version = "0.15"

[dependencies.env_logger]
version = "0.11"

[dependencies.glob]
version = "0.3"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.regex]
version = "1.11"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rustyline]
version = "14.0"
features = ["custom-bindings"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.38"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.criterion]
version = "0.6"

[dev-dependencies.insta]
version = "1.34"
features = [
    "json",
    "yaml",
]

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

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