# 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" name = "pumpkin-solver" version = "0.1.4" authors = [ "Emir Demirović", "Maarten Flippo", "Imko Marijnissen", "Konstantin Sidorov", "Jeff Smits", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "The Pumpkin combinatorial optimisation solver library." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/consol-lab/pumpkin" [lib] name = "pumpkin_solver" path = "src/lib.rs" [[bin]] name = "pumpkin-solver" path = "src/bin/pumpkin-solver/main.rs" [[example]] name = "bibd" path = "examples/bibd.rs" [[example]] name = "disjunctive_scheduling" path = "examples/disjunctive_scheduling.rs" [[example]] name = "nqueens" path = "examples/nqueens.rs" [[test]] name = "cnf_test" path = "tests/cnf_test.rs" [[test]] name = "mzn_constraint_test" path = "tests/mzn_constraint_test.rs" [[test]] name = "mzn_infeasible_test" path = "tests/mzn_infeasible_test.rs" [[test]] name = "mzn_optimization_test" path = "tests/mzn_optimization_test.rs" [[test]] name = "mzn_search_test" path = "tests/mzn_search_test.rs" [[test]] name = "wcnf_test" path = "tests/wcnf_test.rs" [dependencies.bitfield] version = "0.14.0" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.convert_case] version = "0.6.0" [dependencies.drcp-format] version = "0.2.0" [dependencies.enumset] version = "1.1.2" [dependencies.env_logger] version = "0.10.0" [dependencies.flatzinc] version = "0.3.21" [dependencies.fnv] version = "1.0.3" [dependencies.itertools] version = "0.13.0" [dependencies.log] version = "0.4.17" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.signal-hook] version = "0.3.17" [dependencies.thiserror] version = "1.0.39" [build-dependencies.cc] version = "1.1.30" [features] debug-checks = [] [lints.clippy] clone_on_ref_ptr = "warn" default_union_representation = "deny" missing_enforced_import_renames = "warn" mixed_read_write_in_expression = "deny" multiple_crate_versions = "warn" negative_feature_names = "deny" rc_mutex = "warn" redundant_feature_names = "warn" redundant_type_annotations = "warn" rest_pat_in_fully_bound_structs = "warn" same_name_method = "warn" self_named_module_files = "deny" str_to_string = "warn" string_add = "warn" string_add_assign = "warn" string_lit_chars_any = "warn" string_to_string = "warn" tests_outside_test_module = "warn" try_err = "warn" undocumented_unsafe_blocks = "warn" unnecessary_safety_comment = "warn" unnecessary_safety_doc = "warn" unseparated_literal_suffix = "warn" wildcard_dependencies = "warn" wrong_self_convention = "warn" [lints.rust] missing_copy_implementations = "warn" missing_debug_implementations = "warn" non_ascii_idents = "deny" trivial_casts = "warn" trivial_numeric_casts = "warn" unreachable_pub = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" unused_qualifications = "warn" unused_results = "warn" variant_size_differences = "warn"