nanoeval-solver 0.0.1

Solver abstractions and implementations for evaluation task execution in the nanoeval framework
[dependencies.nanoeval-primitives]
default-features = false
version = "0.0.1"

[features]
default = ["std"]
std = []

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

[lints.clippy]
missing-const-for-fn = "warn"
option-if-let-else = "warn"
redundant-clone = "warn"
use-self = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
missing-debug-implementations = "warn"
missing-docs = "warn"
rust-2018-idioms = "deny"
unnameable-types = "warn"
unreachable-pub = "warn"
unused-must-use = "deny"

[lints.rustdoc]
all = "warn"

[package]
authors = ["refcell"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Solver abstractions and implementations for evaluation task execution in the nanoeval framework"
edition = "2024"
exclude = ["**/target"]
homepage = "https://github.com/refcell/nanoeval"
keywords = ["evaluation", "benchmark", "performance"]
license = "MIT"
name = "nanoeval-solver"
readme = "README.md"
repository = "https://github.com/refcell/nanoeval"
resolver = "2"
rust-version = "1.88"
version = "0.0.1"