# 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-cover" version = "0.1.1" authors = ["queuedq "] description = "(WIP) Asynchronous exact cover solver library using Knuth's dancing links algorithm" keywords = ["exact-cover", "dancing-links", "dlx", "polyomino"] license = "MIT" repository = "https://github.com/queuedq/exact-cover-rs" resolver = "2" [dependencies.futures] version = "0.3.13" [dependencies.indexmap] version = "1.6.2"