xcc 0.1.0

Exact Cover solver with color extensions
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"
name = "xcc"
version = "0.1.0"
authors = ["Pete Bevin <pete@petebevin.com>"]
description = "Exact Cover solver with color extensions"
readme = "README.md"
keywords = [
    "combinatorial",
    "constraint",
]
categories = ["algorithms"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pbevin/xcc"

[[bench]]
name = "bench_matrix"
harness = false

[dependencies.fixedbitset]
version = "0.4.2"

[dependencies.thiserror]
version = "1.0.38"

[dev-dependencies.clap]
version = "4.1.8"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.5.1"
features = ["html_reports"]

[dev-dependencies.pretty_assertions]
version = "1.3.0"