# 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 = "2018" name = "subset_sum" version = "0.22.3" authors = ["Tomohiro Endo "] description = "Solves subset sum problem and returns a set of decomposed integers. It also can match corresponding numbers from two vectors and be used for Account reconciliation." readme = "readme.md" keywords = [ "dynamic_programming", "subset_sum", "accounting", ] categories = ["algorithms"] license = "MIT" repository = "https://github.com/europeanplaice/subset_sum" [profile.release] lto = true codegen-units = 1 [lib] name = "dpss" crate-type = [ "cdylib", "rlib", ] [dependencies.field_accessor] version = "0.5" [dependencies.itertools] version = "0.10.2" [dependencies.pyo3] version = "0.20.0" features = ["extension-module"] optional = true [dependencies.rayon] version = "1" [dependencies.wasm-bindgen] version = "0.2.79" optional = true [features] python = ["pyo3"] wasm = ["wasm-bindgen"]