# 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 = "feos-dft" version = "0.7.0" authors = [ "Philipp Rehner ", "Gernot Bauer ", ] exclude = [ "/.github/*", "*.ipynb", ] description = "Generic classical DFT implementations for the `feos` project." homepage = "https://github.com/feos-org" readme = "README.md" keywords = [ "physics", "thermodynamics", "interfaces", "adsorption", ] categories = ["science"] license = "MIT OR Apache-2.0" repository = "https://github.com/feos-org/feos" [package.metadata.docs.rs] features = ["rayon"] rustdoc-args = [ "--html-in-header", "./docs-header.html", ] [dependencies.ang] version = "0.6" [dependencies.feos-core] version = "0.7" [dependencies.gauss-quad] version = "0.1" optional = true [dependencies.libm] version = "0.2" [dependencies.nalgebra] version = "0.32" [dependencies.ndarray] version = "0.15" [dependencies.num-dual] version = "0.9" [dependencies.num-traits] version = "0.2" [dependencies.numpy] version = "0.21" optional = true [dependencies.petgraph] version = "0.6" [dependencies.pyo3] version = "0.21" optional = true [dependencies.quantity] version = "0.8" optional = true [dependencies.rustdct] version = "0.7" [dependencies.rustfft] version = "6.0" [dependencies.typenum] version = "1.16" [features] default = [] python = [ "pyo3", "numpy", "quantity/python", "feos-core/python", "rayon", ] rayon = [ "gauss-quad", "ndarray/rayon", ]