saorsa-agent 0.4.0

AI coding agent runtime with tool 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 = "2024"
rust-version = "1.88"
name = "saorsa-agent"
version = "0.4.0"
authors = ["David Irvine <david@saorsalabs.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI coding agent runtime with tool execution"
readme = "README.md"
keywords = [
    "agent",
    "ai",
    "tools",
    "coding",
    "automation",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/saorsa-labs/saorsa-tui"
resolver = "2"

[features]
default = []
mistralrs = [
    "saorsa-ai/mistralrs",
    "dep:mistralrs",
]

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

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

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

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

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

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

[dependencies.dirs]
version = "5.0"

[dependencies.globset]
version = "0.4"

[dependencies.mistralrs]
version = "0.7.0"
optional = true

[dependencies.regex]
version = "1.11"

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

[dependencies.saorsa-ai]
version = "0.4.0"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.similar]
version = "2.6"

[dependencies.thiserror]
version = "2.0"

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

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
version = "1.11"
features = [
    "v4",
    "serde",
]

[dependencies.walkdir]
version = "2.5"

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

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.correctness]
level = "deny"
priority = 1

[lints.clippy.expect_used]
level = "deny"
priority = 1

[lints.clippy.unwrap_used]
level = "deny"
priority = 1

[lints.rust.missing_docs]
level = "warn"
priority = 0