florecon 0.2.2

Incremental financial reconciliation by min-cost flow: a conserving combinator algebra over a network-simplex core. Nothing created, nothing lost.
Documentation
# 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 = "2024"
name = "florecon"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Incremental financial reconciliation by min-cost flow: a conserving combinator algebra over a network-simplex core. Nothing created, nothing lost."
readme = "README.md"
keywords = [
    "reconciliation",
    "min-cost-flow",
    "network-simplex",
    "finance",
    "matching",
]
categories = [
    "finance",
    "algorithms",
    "mathematics",
]
license = "MIT"
repository = "https://github.com/spoj/florecon"

[package.metadata.docs.rs]
features = ["sdk"]

[features]
sdk = [
    "serde",
    "dep:arrow",
    "dep:florecon-derive",
]
serde = [
    "dep:serde",
    "dep:serde_json",
]

[lib]
name = "florecon"
crate-type = ["rlib"]
path = "src/lib.rs"

[[example]]
name = "bench"
path = "examples/bench.rs"

[dependencies.arrow]
version = "53"
features = ["ipc"]
optional = true
default-features = false

[dependencies.florecon-derive]
version = "0.2"
optional = true

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dev-dependencies.csv]
version = "1.3"

[dev-dependencies.parquet]
version = "53.0"

[dev-dependencies.serde_json]
version = "1"

[profile.release]
opt-level = "z"
lto = true
strip = true