erudite 1.0.0

A fully-asynchronous, sandboxed, language-agnostic, test running library
Documentation
[dependencies.concat-idents]
version = "1.1.5"

[dependencies.derive_more]
features = ["full"]
version = "2.0.1"

[dependencies.leucite]
features = ["tokio"]
version = "1.0.0"

[dependencies.regex]
optional = true
version = "1.11.1"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tmpdir]
version = "1.0.0"

[dependencies.tokio]
features = ["fs", "macros", "time", "io-util"]
version = "1.47.1"

[dependencies.tracing]
features = ["async-await"]
version = "0.1.41"

[dev-dependencies.regex]
version = "1.11.1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.47.1"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.19"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[example]]
name = "solution"
path = "examples/solution.rs"

[features]
regex = ["dep:regex"]

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(coverage,coverage_nightly)"]
level = "warn"
priority = 0

[package]
authors = ["funnyboy-roks <fbr@funnyboyroks.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "development-tools::testing", "concurrency"]
description = "A fully-asynchronous, sandboxed, language-agnostic, test running library"
edition = "2021"
keywords = ["basalt", "test", "test-runner", "async"]
license = "Apache-2.0"
name = "erudite"
readme = "README.md"
repository = "https://github.com/basalt-rs/erudite"
rust-version = "1.80"
version = "1.0.0"

[[test]]
name = "java"
path = "tests/java.rs"

[[test]]
name = "malicious"
path = "tests/malicious.rs"

[[test]]
name = "reverse"
path = "tests/reverse.rs"

[[test]]
name = "validation"
path = "tests/validation.rs"