precept 0.2.0

A testing utility for fuzzing and fault injection to discover erroneous and interesting states.
Documentation
[dependencies.libloading]
optional = true
version = "0.9"

[dependencies.linkme]
version = "0.3"

[dependencies.rand]
version = "0.9"

[dependencies.rand_core]
version = "0.9"

[dependencies.rustc_version_runtime]
version = "0.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

[features]
antithesis = ["libloading"]
enabled = []

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

[lints.clippy]
disallowed_methods = "deny"
doc-markdown = "warn"
map-unwrap-or = "warn"
uninlined-format-args = "warn"

[package]
authors = ["orbitinghail <hello@orbitinghail.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A testing utility for fuzzing and fault injection to discover erroneous and interesting states."
edition = "2024"
homepage = "https://github.com/orbitinghail/precept"
keywords = ["fuzzing", "testing", "fault-injection"]
license = "MIT OR Apache-2.0"
name = "precept"
readme = "README.md"
repository = "https://github.com/orbitinghail/precept"
rust-version = "1.85"
version = "0.2.0"