[package]
edition = "2024"
name = "florecon"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reconciliation as partitioning: parse a bag of entries into groups. A small combinator algebra over identity, with a min-cost-flow leaf."
readme = "README.md"
keywords = [
"reconciliation",
"min-cost-flow",
"partition",
"matching",
"finance",
]
categories = [
"finance",
"algorithms",
]
license = "MIT"
repository = "https://github.com/spoj/florecon"
[lib]
name = "florecon"
crate-type = ["rlib"]
path = "src/lib.rs"
[dependencies.netsimplex]
version = "0.1"