# 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 = "permanganate" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Graph and Boolean SAT solver for Numberlink and Flow Free" readme = "README.md" license = "MIT" repository = "https://github.com/laggycomputer/permanganate" [lib] name = "permanganate" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.itertools] version = "0.13.0" [dependencies.js-sys] version = "0.3.69" optional = true [dependencies.ndarray] version = "0.15.6" [dependencies.petgraph] version = "0.6.5" features = ["graphmap"] [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.unordered-pair] version = "0.2.5" [dependencies.varisat] version = "0.2.2" [dependencies.wasm-bindgen] version = "0.2.92" optional = true [features] default = ["wasm"] wasm = [ "dep:wasm-bindgen", "dep:js-sys", ]