# 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 = "exact-covers" version = "0.2.1" authors = ["Hugo Sanz González "] description = "An implementation of Knuth's algorithm for solving the exact cover problem with colors" homepage = "https://github.com/hsanzg/exact-covers" documentation = "https://docs.rs/exact-covers" readme = "README.md" keywords = [ "exact-cover", "color-constraints", "dancing-cells", "combinatorial-search", ] categories = [ "algorithms", "data-structures", "mathematics", ] license = "MIT" repository = "https://github.com/hsanzg/exact-covers" [package.metadata.docs.rs] cargo-args = [ "-Zunstable-options", "-Zrustdoc-scrape-examples", ] rustdoc-args = [ "--html-in-header", "misc/katex-header.html", ] [[example]] name = "langford_pairs" doc-scrape-examples = true [[example]] name = "polycube_packing" doc-scrape-examples = true [dev-dependencies.smallvec] version = "2.0.0-alpha.6"