precept 0.3.0

A testing utility for fuzzing and fault injection to discover erroneous and interesting states.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

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

[dependencies.libloading]
version = "0.9"
optional = true

[dependencies.linkme]
version = "0.3"

[dependencies.rand]
version = "0.10"

[dependencies.rand_core]
version = "0.10"

[dependencies.rustc_version_runtime]
version = "0.3"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.tracing]
version = "0.1"

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