# 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 = "2018" name = "feos-pcsaft" version = "0.2.0" authors = [ "Gernot Bauer ", "Philipp Rehner ", ] exclude = [ "/.github/*", "*.ipynb", "/examples/*", "/parameters/*", ] description = "Implementation of PC-SAFT EoS and corresponding Helmholtz energy functional." homepage = "https://github.com/feos-org" readme = "README.md" keywords = [ "physics", "thermodynamics", "equations_of_state", "phase_equilibria", "SAFT", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/feos-org/feos-pcsaft" [dependencies.feos-core] version = "0.2" [dependencies.feos-dft] version = "0.2" [dependencies.indexmap] version = "1.8" [dependencies.lazy_static] version = "1.4" [dependencies.ndarray] version = "0.15" features = ["approx"] [dependencies.num-dual] version = "0.5" [dependencies.num-traits] version = "0.2" [dependencies.numpy] version = "0.16" optional = true [dependencies.pyo3] version = "0.16" optional = true [dependencies.quantity] version = "0.5" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dev-dependencies.approx] version = "0.4" [features] default = [] python = [ "pyo3", "quantity/python", "feos-core/python", "feos-dft/python", "numpy", ]