mutatis 0.5.2

`mutatis` is a library for writing custom, structure-aware test-case mutators for fuzzers in Rust.
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 = "2021"
rust-version = "1.91.0"
name = "mutatis"
version = "0.5.2"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "`mutatis` is a library for writing custom, structure-aware test-case mutators for fuzzers in Rust."
documentation = "https://docs.rs/mutatis"
readme = "README.md"
keywords = [
    "arbitrary",
    "fuzzing",
    "fuzzer",
    "mutation",
    "testing",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"

[package.metadata.docs.rs]
all-features = true

[features]
alloc = []
check = [
    "std",
    "log",
]
derive = ["dep:mutatis-derive"]
log = ["dep:log"]
std = ["alloc"]

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

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

[dependencies.log]
version = "0.4.22"
optional = true

[dependencies.mutatis-derive]
version = "=0.5.2"
optional = true

[dependencies.rand]
version = "0.8.5"
features = ["small_rng"]
default-features = false

[dev-dependencies.anyhow]
version = "1.0.86"

[dev-dependencies.env_logger]
version = "0.11.5"

[dev-dependencies.libfuzzer-sys]
version = "0.4.7"