[package]
edition = "2024"
rust-version = "1.90.0"
name = "kime-eval"
version = "0.0.19"
authors = ["tamnd <tamnd87@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Quality suites, metrics, benchmark runners and reports for kime."
homepage = "https://github.com/tamnd/kime"
readme = "README.md"
keywords = [
"inference",
"classification",
"calibration",
"agents",
"encoder",
]
categories = [
"science",
"text-processing",
"web-programming::http-server",
]
license = "Apache-2.0"
repository = "https://github.com/tamnd/kime"
[lib]
name = "kime_eval"
path = "src/lib.rs"
[[example]]
name = "input_pipeline"
path = "examples/input_pipeline.rs"
[[test]]
name = "compat_answers"
path = "tests/compat_answers.rs"
[[test]]
name = "compat_layout"
path = "tests/compat_layout.rs"
[dependencies.kime-core]
version = "=0.0.19"
[dev-dependencies.kime-tok]
version = "=0.0.19"
[dev-dependencies.serde_json]
version = "1.0.151"
features = [
"preserve_order",
"float_roundtrip",
]
[lints.clippy]
doc_markdown = "allow"
float_cmp = "warn"
missing_panics_doc = "warn"
todo = "warn"
undocumented_unsafe_blocks = "warn"
[lints.rust]
missing_debug_implementations = "warn"
rust_2018_idioms = "warn"
unreachable_pub = "warn"
unused_qualifications = "warn"