scouter-evaluate 0.16.0

LLM Evaluation logic for Scouter
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"
name = "scouter-evaluate"
version = "0.16.0"
authors = ["Steven Forrester <sjforrester32@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "LLM Evaluation logic for Scouter"
readme = false
license = "MIT"
repository = "https://github.com/demml/scouter"

[lib]
name = "scouter_evaluate"
path = "src/lib.rs"
doctest = false

[dependencies.chrono]
version = "0.*"
features = ["serde"]

[dependencies.itertools]
version = "0.*"

[dependencies.ndarray]
version = "0.*"
features = ["rayon"]

[dependencies.num-traits]
version = "0.*"

[dependencies.owo-colors]
version = "4.*"

[dependencies.potato-head]
version = "0.11.0"

[dependencies.pyo3]
version = "0.*"
features = [
    "abi3-py310",
    "chrono",
    "anyhow",
    "extension-module",
]

[dependencies.pythonize]
version = "0.*"

[dependencies.rayon]
version = "1.*"

[dependencies.regex]
version = "1.*"

[dependencies.scouter-profile]
version = "0.16.0"

[dependencies.scouter-state]
version = "0.16.0"

[dependencies.scouter-types]
version = "0.16.0"

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

[dependencies.serde_json]
version = "1.*"

[dependencies.simsimd]
version = "6.5.*"

[dependencies.tabled]
version = "0.*"
features = ["ansi"]

[dependencies.thiserror]
version = "2.*"

[dependencies.tokio]
version = "1.*"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "signal",
]

[dependencies.tracing]
version = "0.*"

[dev-dependencies.potato-head]
version = "0.11.0"
features = ["mock"]