[package] name = "entropyk-c" description = "C FFI bindings for the Entropyk thermodynamic simulation library" version.workspace = true authors.workspace = true edition.workspace = true license.workspace = true repository.workspace = true [lib] name = "entropyk_ffi" crate-type = ["staticlib", "cdylib"] [dependencies] entropyk = { path = "../../crates/entropyk" } entropyk-core = { path = "../../crates/core" } entropyk-components = { path = "../../crates/components" } entropyk-solver = { path = "../../crates/solver" } entropyk-fluids = { path = "../../crates/fluids" } petgraph = "0.6" [build-dependencies] cbindgen = "0.28"