feos-dft 0.9.6

Generic classical DFT implementations for the `feos` project.
Documentation
# 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 = "2024"
name = "feos-dft"
version = "0.9.6"
authors = [
    "Gernot Bauer <bauer@itt.uni-stuttgart.de>",
    "Philipp Rehner <prehner@ethz.ch>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic classical DFT implementations for the `feos` project."
homepage = "https://github.com/feos-org"
readme = "README.md"
keywords = [
    "physics",
    "thermodynamics",
    "equations_of_state",
    "phase_equilibria",
]
categories = ["science"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/feos-org/feos"
resolver = "2"

[package.metadata.docs.rs]
rustdoc-args = [
    "--html-in-header",
    "./docs-header.html",
]
features = ["rayon"]

[features]
default = []
rayon = [
    "gauss-quad",
    "ndarray/rayon",
]

[lib]
name = "feos_dft"
path = "src/lib.rs"

[dependencies.feos-core]
version = "0.9"

[dependencies.gauss-quad]
version = "0.2"
optional = true

[dependencies.libm]
version = "0.2"

[dependencies.nalgebra]
version = "0.34"

[dependencies.ndarray]
version = "0.17"

[dependencies.num-dual]
version = "0.13"

[dependencies.num-traits]
version = "0.2"

[dependencies.petgraph]
version = "0.8"

[dependencies.quantity]
version = "0.12"
features = ["ndarray"]

[dependencies.rustdct]
version = "0.7"

[dependencies.rustfft]
version = "6.0"

[dependencies.typenum]
version = "1.16"