wabot-testing 0.1.0

Test harnesses for Wabot: a scriptable LLM adapter plus chat-bot and agent harnesses that drive the real production paths.
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"
rust-version = "1.75"
name = "wabot-testing"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Test harnesses for Wabot: a scriptable LLM adapter plus chat-bot and agent harnesses that drive the real production paths."
documentation = "https://docs.rs/wabot-testing"
readme = "README.md"
keywords = [
    "wabot",
    "framework",
    "testing",
    "harness",
    "llm",
]
categories = [
    "development-tools::testing",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/wabot-dev/wabot-rust"

[features]
async-jobs = [
    "dep:wabot-feature-async",
    "dep:wabot-addon-async-in-memory",
    "dep:chrono",
]
chatbot = []
default = [
    "chatbot",
    "rest",
    "async-jobs",
    "ui",
]
rest = [
    "dep:wabot-feature-rest-controller",
    "dep:tower",
]
ui = [
    "rest",
    "dep:wabot-feature-ui-controller",
]

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

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

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

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

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

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tower]
version = "0.5"
optional = true

[dependencies.wabot-addon-async-in-memory]
version = "0.1.0"
optional = true

[dependencies.wabot-core]
version = "0.1.0"

[dependencies.wabot-feature-agent]
version = "0.1.0"

[dependencies.wabot-feature-async]
version = "0.1.0"
optional = true

[dependencies.wabot-feature-chat-bot]
version = "0.1.0"

[dependencies.wabot-feature-mindset]
version = "0.1.0"

[dependencies.wabot-feature-rest-controller]
version = "0.1.0"
optional = true

[dependencies.wabot-feature-tool]
version = "0.1.0"

[dependencies.wabot-feature-ui-controller]
version = "0.1.0"
optional = true

[dependencies.wabot-macros]
version = "0.1.0"

[dev-dependencies.wabot-addon-chat-bot-openai]
version = "0.1.0"

[dev-dependencies.wabot-addon-chat-bot-openrouter]
version = "0.1.0"