[package] name = "fluids-integration-tests" version = "0.1.0" authors = ["Sepehr "] edition = "2021" publish = false [dependencies] entropyk-core = { path = "../../crates/core" } entropyk-fluids = { path = "../../crates/fluids" } approx = "0.5" rayon = "1.8" [features] coolprop = ["entropyk-fluids/coolprop"] [dev-dependencies] # No separate dev-deps needed as this is a test-only crate