evolve-llm 0.2.1

Minimal LLM client (Anthropic Haiku + Ollama) for occasional challenger generation
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.85"
name = "evolve-llm"
version = "0.2.1"
authors = ["Kristian Baer <kristianb43r@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal LLM client (Anthropic Haiku + Ollama) for occasional challenger generation"
readme = false
license = "Apache-2.0"
repository = "https://github.com/Frostbyte-Devs/evolve"
resolver = "2"

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

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

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

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

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.42"
features = [
    "full",
    "macros",
    "rt",
]

[dependencies.tracing]
version = "0.1"

[dev-dependencies.tokio]
version = "1.42"
features = [
    "full",
    "macros",
    "rt-multi-thread",
]

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