# 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.77" name = "copper" version = "0.1.0" authors = ["ffminus "] description = "A constraint programming solver." readme = "README.md" keywords = [ "solver", "constraint-solver", ] categories = ["constraint-solver"] license = "MIT" repository = "https://github.com/ffminus/copper" [dependencies.dyn-clone] version = "1.0" [lints.clippy] cargo = "warn" nursery = "warn" pedantic = "warn" [lints.clippy.doc_markdown] level = "allow" priority = 1 [lints.clippy.option_if_let_else] level = "allow" priority = 1 [lints.rust] absolute_paths_not_starting_with_crate = "warn" explicit_outlives_requirements = "warn" ffi_unwind_calls = "warn" keyword_idents = "warn" let_underscore_drop = "warn" macro_use_extern_crate = "warn" meta_variable_misuse = "warn" missing_abi = "warn" missing_docs = "warn" non_ascii_idents = "warn" pointer_structural_match = "warn" rust-2021-compatibility = "warn" single_use_lifetimes = "warn" trivial_casts = "warn" trivial_numeric_casts = "warn" unsafe_code = "forbid" unsafe_op_in_unsafe_fn = "warn" unused_extern_crates = "warn" unused_import_braces = "warn" unused_lifetimes = "warn" unused_macro_rules = "warn" unused_qualifications = "warn" unused_results = "warn" unused_tuple_struct_fields = "warn" variant_size_differences = "warn" [lints.rustdoc] missing_crate_level_docs = "warn" private_doc_tests = "warn" unescaped_backticks = "warn"