11[package ]
22name = " feos-dft"
33version = " 0.1.0"
4- authors = [" Philipp Rehner <rehner@itt.uni-stuttgart.de >" ]
4+ authors = [" Philipp Rehner <prehner@ethz.ch >" ]
55edition = " 2018"
6+ license = " MIT OR Apache-2.0"
7+ description = " Generic classical DFT implementations for the `feos` project."
8+ homepage = " https://github.com/feos-org"
9+ readme = " README.md"
10+ repository = " https://github.com/feos-org/feos-dft"
11+ keywords = [" physics" , " thermodynamics" , " interfaces" , " adsorption" ]
12+ categories = [" science" ]
13+ exclude = [" /.github/*" , " *.ipynb" ]
614
7- [lib ]
8- name = " feos_dft"
9- crate-type = [" rlib" , " cdylib" ]
15+ [package .metadata .docs .rs ]
16+ rustdoc-args = [ " --html-in-header" , " ./docs-header.html" ]
1017
1118[dependencies ]
12- quantity = " 0.3 "
19+ quantity = { version = " 0.4 " , features = [ " linalg " ] }
1320feos-core = " 0.1"
14- num-dual = " 0.3 "
21+ num-dual = " 0.4 "
1522ndarray = { version = " 0.15" , features = [" serde" , " rayon" ] }
16- ndarray-linalg = " 0.14"
1723ndarray-stats = " 0.5"
1824rustdct = " 0.6"
1925rustfft = " 6.0"
2026log = " 0.4"
21- special-fun = " 0.2"
2227ang = " 0.5"
2328num-traits = " 0.2"
24- numpy = { version = " 0.14" , optional = true }
2529libc = " 0.2"
2630gauss-quad = " 0.1"
2731petgraph = " 0.6"
28-
29- [dependencies .pyo3 ]
30- version = " 0.14"
31- features = [" extension-module" , " abi3" , " abi3-py36" ]
32- optional = true
32+ numpy = { version = " 0.15" , optional = true }
33+ pyo3 = { version = " 0.15" , optional = true }
3334
3435[features ]
3536default = []
36- python = [" pyo3" , " numpy" , " feos-core/python" ]
37- openblas-system = [" feos-core/openblas-system" ]
38- openblas-static = [" feos-core/openblas-static" ]
39- intel-mkl-system = [" feos-core/intel-mkl-system" ]
40- intel-mkl-static = [" feos-core/intel-mkl-static" ]
41- netlib-system = [" feos-core/netlib-system" ]
42- netlib-static = [" feos-core/netlib-static" ]
37+ python = [" pyo3" , " numpy" , " feos-core/python" ]
0 commit comments