thndrs-agent 0.1.0

Provider-neutral coding-agent loop and contracts
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 = "thndrs-agent"
version = "0.1.0"
build = false
include = [
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/benches/**",
    "/fixtures/**",
    "/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provider-neutral coding-agent loop and contracts"
homepage = "https://thndrs.stormlightlabs.org"
documentation = "https://docs.rs/thndrs-agent"
readme = "README.md"
keywords = [
    "agent",
    "ai",
    "coding",
    "llm",
    "tools",
]
categories = [
    "development-tools",
    "api-bindings",
]
license = "Apache-2.0"
repository = "https://github.com/stormlightlabs/thunderus"

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

[[bench]]
name = "context_projection"
path = "benches/context_projection.rs"
harness = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dev-dependencies.divan]
version = "0.1.21"

[lints.clippy]
bool_comparison = "deny"
cmp_null = "deny"
cmp_owned = "deny"
cognitive_complexity = "warn"
duplicate_mod = "deny"
flat_map_identity = "warn"
inconsistent_struct_constructor = "deny"
inefficient_to_string = "warn"
invalid_regex = "deny"
large_enum_variant = "warn"
len_zero = "allow"
manual_map = "deny"
manual_range_contains = "allow"
map_clone = "warn"
mem_forget = "deny"
mixed_case_hex_literals = "deny"
needless_borrow = "warn"
needless_collect = "warn"
needless_pass_by_value = "warn"
or_fun_call = "warn"
range_plus_one = "allow"
redundant_clone = "warn"
suspicious_arithmetic_impl = "deny"
suspicious_else_formatting = "deny"
suspicious_op_assign_impl = "deny"
suspicious_to_owned = "deny"
too_many_arguments = "warn"
uninit_assumed_init = "deny"
unnecessary_cast = "warn"
unnecessary_to_owned = "warn"
vec_init_then_push = "warn"