[dependencies.anyhow]
version = "1"
[dependencies.assay-common]
version = "2.0.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.dirs]
optional = true
version = "5"
[dependencies.globset]
version = "0.4"
[dependencies.hex]
version = "0.4.3"
[dependencies.jsonschema]
version = "0.19"
[dependencies.md5]
version = "0.8.0"
[dependencies.nix]
features = ["signal", "process"]
optional = true
version = "0.27"
[dependencies.regex]
version = "1.5"
[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12.26"
[dependencies.rusqlite]
features = ["bundled"]
version = "0.31"
[dependencies.schemars]
version = "1.2.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_ignored]
version = "0.1.14"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
version = "0.9"
[dependencies.sha2]
version = "0.10"
[dependencies.strsim]
version = "0.11.1"
[dependencies.sysinfo]
optional = true
version = "0.30"
[dependencies.tempfile]
version = "3.23.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["sync", "time", "macros", "rt-multi-thread"]
version = "1"
[dependencies.tracing]
version = "0.1"
[dependencies.uuid]
features = ["v4"]
version = "1.0"
[dev-dependencies.rusqlite]
features = ["bundled"]
version = "0.31"
[dev-dependencies.serial_test]
version = "3"
[dev-dependencies.tempfile]
version = "3.23.0"
[[example]]
name = "debug_trace"
path = "examples/debug_trace.rs"
[features]
default = ["discovery", "kill-switch"]
discovery = ["dep:sysinfo", "dep:dirs"]
experimental = []
kill-switch = ["dep:nix", "dep:sysinfo"]
kill-switch-capture = ["kill-switch", "dep:procfs"]
runtime-monitor = []
[lib]
name = "assay_core"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "High-performance evaluation framework for LLM agents (Core)"
edition = "2021"
license = "MIT"
name = "assay-core"
readme = "README.md"
repository = "https://github.com/Rul1an/assay"
version = "2.1.21"
[target.'cfg(target_os = "linux")'.dependencies.procfs]
optional = true
version = "0.16"
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(unix)".dependencies.nix]
features = ["fs"]
version = "0.27"
[[test]]
name = "assertions_smoke"
path = "tests/assertions_smoke.rs"
[[test]]
name = "baseline_determinism"
path = "tests/baseline_determinism.rs"
[[test]]
name = "baseline_test"
path = "tests/baseline_test.rs"
[[test]]
name = "cache_key_hardening"
path = "tests/cache_key_hardening.rs"
[[test]]
name = "compat_matrix"
path = "tests/compat_matrix.rs"
[[test]]
name = "config_versioning"
path = "tests/config_versioning.rs"
[[test]]
name = "equivalence_test"
path = "tests/equivalence_test.rs"
[[test]]
name = "latency_check"
path = "tests/latency_check.rs"
[[test]]
name = "mcp_import_smoke"
path = "tests/mcp_import_smoke.rs"
[[test]]
name = "otel_ingest_smoke"
path = "tests/otel_ingest_smoke.rs"
[[test]]
name = "parity"
path = "tests/parity.rs"
[[test]]
name = "parity_batch_streaming"
path = "tests/parity_batch_streaming.rs"
[[test]]
name = "policy_engine_test"
path = "tests/policy_engine_test.rs"
[[test]]
name = "storage_smoke"
path = "tests/storage_smoke.rs"
[[test]]
name = "trace_v2_upgrade"
path = "tests/trace_v2_upgrade.rs"