11[package ]
22name = " feos"
33version = " 0.7.0"
4- authors = [" Gernot Bauer <bauer@itt.uni-stuttgart.de>" , " Philipp Rehner <prehner@ethz.ch>" ]
4+ authors = [
5+ " Gernot Bauer <bauer@itt.uni-stuttgart.de>" ,
6+ " Philipp Rehner <prehner@ethz.ch>" ,
7+ ]
58edition = " 2021"
69readme = " README.md"
710license = " MIT OR Apache-2.0"
811description = " FeOs - A framework for equations of state and classical density functional theory."
912homepage = " https://github.com/feos-org"
1013repository = " https://github.com/feos-org/feos"
11- keywords = [" physics" , " thermodynamics" , " equations_of_state" , " phase_equilibria" ]
14+ keywords = [
15+ " physics" ,
16+ " thermodynamics" ,
17+ " equations_of_state" ,
18+ " phase_equilibria" ,
19+ ]
1220categories = [" science" ]
1321
1422[package .metadata .docs .rs ]
1523features = [" all_models" , " rayon" ]
16- rustdoc-args = [ " --html-in-header" , " ./docs-header.html" ]
24+ rustdoc-args = [" --html-in-header" , " ./docs-header.html" ]
1725
1826[workspace ]
1927members = [" feos-core" , " feos-dft" , " feos-derive" ]
@@ -22,13 +30,13 @@ members = ["feos-core", "feos-dft", "feos-derive"]
2230crate-type = [" rlib" , " cdylib" ]
2331
2432[dependencies ]
25- quantity = { version = " 0.8 " , optional = true }
26- num-dual = " 0.9 "
33+ quantity = " 0.9 "
34+ num-dual = " 0.10 "
2735feos-core = { version = " 0.7" , path = " feos-core" }
2836feos-dft = { version = " 0.7" , path = " feos-dft" , optional = true }
2937feos-derive = { version = " 0.5" , path = " feos-derive" }
30- numpy = { version = " 0.21 " , optional = true }
31- ndarray = { version = " 0.15 " , features = [" approx" ] }
38+ numpy = { version = " 0.22 " , optional = true }
39+ ndarray = { version = " 0.16 " , features = [" approx" ] }
3240petgraph = { version = " 0.6" , optional = true }
3341thiserror = " 1.0"
3442conv = " 0.3"
@@ -42,7 +50,7 @@ itertools = "0.13"
4250typenum = " 1.16"
4351
4452[dependencies .pyo3 ]
45- version = " 0.21 "
53+ version = " 0.22 "
4654features = [" extension-module" , " abi3" , " abi3-py37" ]
4755optional = true
4856
@@ -74,8 +82,25 @@ pets = []
7482saftvrqmie = []
7583saftvrmie = []
7684rayon = [" dep:rayon" , " ndarray/rayon" , " feos-core/rayon" , " feos-dft?/rayon" ]
77- python = [" pyo3" , " numpy" , " quantity/python" , " feos-core/python" , " feos-dft?/python" , " rayon" ]
78- all_models = [" dft" , " estimator" , " pcsaft" , " epcsaft" , " gc_pcsaft" , " uvtheory" , " pets" , " saftvrqmie" , " saftvrmie" ]
85+ python = [
86+ " pyo3" ,
87+ " numpy" ,
88+ " quantity/python_numpy" ,
89+ " feos-core/python" ,
90+ " feos-dft?/python" ,
91+ " rayon" ,
92+ ]
93+ all_models = [
94+ " dft" ,
95+ " estimator" ,
96+ " pcsaft" ,
97+ " epcsaft" ,
98+ " gc_pcsaft" ,
99+ " uvtheory" ,
100+ " pets" ,
101+ " saftvrqmie" ,
102+ " saftvrmie" ,
103+ ]
79104
80105[[bench ]]
81106name = " state_properties"
0 commit comments