fixture3-ddmin 0.1.1

Sequential DDMin reducer for ordered candidate lists
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.93"
name = "fixture3-ddmin"
version = "0.1.1"
build = false
include = [
    "src/**",
    "examples/**",
    "Cargo.toml",
    "README.md",
    "LICENSE*",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sequential DDMin reducer for ordered candidate lists"
readme = "README.md"
keywords = [
    "ddmin",
    "delta-debugging",
    "reducer",
    "testing",
    "minimize",
]
categories = [
    "algorithms",
    "development-tools::testing",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/agent-quality-controls/fixture3"

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

[package.metadata.guardrail3]
shared = true

[features]
algorithm = []
default = ["algorithm"]

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

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

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

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

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

[dependencies]

[lints.clippy]
arithmetic_side_effects = "deny"
as_conversions = "deny"
dbg_macro = "deny"
disallowed_macros = "deny"
disallowed_methods = "deny"
disallowed_types = "deny"
expect_used = "deny"
float_cmp = "deny"
implicit_clone = "deny"
indexing_slicing = "deny"
large_futures = "deny"
large_stack_arrays = "deny"
lossy_float_literal = "deny"
map_unwrap_or = "deny"
missing_assert_message = "deny"
needless_pass_by_value = "deny"
panic = "deny"
partial_pub_fields = "deny"
print_stderr = "deny"
print_stdout = "deny"
redundant_closure_for_method_calls = "deny"
redundant_else = "deny"
redundant_pub_crate = "allow"
rest_pat_in_fully_bound_structs = "deny"
semicolon_if_nothing_returned = "deny"
shadow_unrelated = "deny"
str_to_string = "deny"
string_slice = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"
verbose_file_reads = "deny"
wildcard_enum_match_arm = "deny"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "deny"
priority = -1

[lints.clippy.nursery]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
dead_code = "deny"
missing_debug_implementations = "warn"
unreachable_pub = "deny"
unsafe_code = "forbid"
unused_crate_dependencies = "deny"
unused_results = "deny"
warnings = "deny"