dev-mutate 0.9.0

Mutation testing for Rust. Wraps cargo-mutants. Test-suite quality verification via deliberate code mutations. Part of the dev-* verification suite.
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.85"
name = "dev-mutate"
version = "0.9.0"
authors = ["James Gober <me@jamesgober.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mutation testing for Rust. Wraps cargo-mutants. Test-suite quality verification via deliberate code mutations. Part of the dev-* verification suite."
homepage = "https://github.com/jamesgober/dev-mutate"
documentation = "https://docs.rs/dev-mutate"
readme = "README.md"
keywords = [
    "mutation",
    "testing",
    "test-quality",
    "verification",
    "ai-tools",
]
categories = [
    "development-tools",
    "development-tools::testing",
]
license = "Apache-2.0"
repository = "https://github.com/jamesgober/dev-mutate"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

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

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

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

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

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

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

[dependencies.dev-report]
version = "0.9"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.tempfile]
version = "3"

[profile.release]
opt-level = 3
lto = "thin"