openchecks 0.2.0

A simple checks framework
Documentation
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.4.1"

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

[dependencies.bitflags]
version = "2.9.1"

[dependencies.rayon]
optional = true
version = "1.10.0"

[dependencies.tokio]
features = ["rt"]
optional = true
version = "1.47.1"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "rt", "time"]
version = "1.47.1"

[features]
arbitrary = ["dep:arbitrary", "bitflags/arbitrary"]
async-tokio-scheduler = ["dep:tokio"]
threaded-scheduler = ["dep:rayon"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple checks framework"
edition = "2021"
include = ["/Cargo.toml", "/CHANGELOG.md", "/LICENSE-APACHE", "/LICENSE-MIT", "/README.md", "/SECURITY.md", "/src/**/*.rs"]
keywords = ["asset", "checks", "pipeline", "validation"]
license = "MIT OR Apache-2.0"
name = "openchecks"
readme = "README.md"
repository = "https://github.com/scott-wilson/openchecks"
version = "0.2.0"