hydro_optimize 0.13.0

Automatic decoupling and partitioning
Documentation
[package]
name = "hydro_optimize"
publish = true
version = "0.13.0"
documentation = "https://docs.rs/hydro_optimize/"
description = "Automatic decoupling and partitioning"
edition = { workspace = true }
repository = { workspace = true }
license = { workspace = true }

[lints]
workspace = true

[package.metadata.docs.rs]
all-features = true

[dependencies]
good_lp = { version = "1.14.0", features = ["microlp"], default-features = false }
hydro_deploy = { path = "../hydro_deploy/core", version = "^0.14.0" }
hydro_lang = { path = "../hydro_lang", version = "^0.14.0", features = ["deploy"] }
proc-macro2 = "1.0.95"
regex = "1.11.1"
serde = { version = "1.0.197", features = ["derive"] }
stageleft.workspace = true
syn = { version = "2.0.46", features = [
    "parsing",
    "extra-traits",
    "visit-mut",
] }
tokio = { version = "1.29.0", features = ["full"] }

[dev-dependencies]
ctor = "0.2"
insta = "1.39"