florecon 0.7.0

Reconciliation as partitioning: parse a bag of entries into groups. A small combinator algebra over identity, with a min-cost-flow leaf.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "florecon"
version = "0.7.0"
dependencies = [
 "netsimplex",
]

[[package]]
name = "log"
version = "0.4.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5"

[[package]]
name = "netsimplex"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6800de5777af1933fea78c28e79de631f50525d31e9ea05f1cb06727ebea3fda"
dependencies = [
 "log",
]