# 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 = "2021" name = "thermal_hydraulics_rs" version = "0.0.13" description = "A Thermal Hydraulics Library with some useful traits,enums and functions for heat transfer and fluid mechanics" homepage = "https://github.com/theodoreOnzGit/thermal_hydraulics_rs" readme = "README.md" categories = ["science"] license = "GPL-3.0" repository = "https://github.com/theodoreOnzGit/thermal_hydraulics_rs" [lib] name = "thermal_hydraulics_rs" path = "src/lib/lib.rs" [[bin]] name = "tests" path = "src/main.rs" [[bin]] name = "ciet_heater_example" path = "src/ciet_heater_only.rs" [dependencies.approx] version = "0.5.1" [dependencies.csv] version = "1.3.0" [dependencies.ndarray] version = "0.15.6" [dependencies.peroxide] version = "0.37.9" [dependencies.roots] version = "0.0.8" [dependencies.thiserror] version = "1.0.64" [dependencies.tuas_boussinesq_solver] version = "0.0.2" [dependencies.uom] version = "0.36.0" [dev-dependencies.chem-eng-real-time-process-control-simulator] version = "0.0.5" [target."cfg(macos)".dependencies.ndarray-linalg] version = "0.16.0" features = ["intel-mkl-static"] [target."cfg(unix)".dependencies.ndarray-linalg] version = "0.16.0" features = ["openblas-system"] [target."cfg(windows)".dependencies.ndarray-linalg] version = "0.16.0" features = ["intel-mkl-static"]