feos-core 0.9.3

Core traits and functionalities 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-core"
version = "0.9.3"
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 = "Core traits and functionalities 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 = []
ndarray = [
    "dep:ndarray",
    "quantity/ndarray",
]
rayon = [
    "dep:rayon",
    "ndarray/rayon",
]

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

[[test]]
name = "parameters"
path = "tests/parameters.rs"

[dependencies.indexmap]
version = "2.0"
features = ["serde"]

[dependencies.itertools]
version = "0.14"

[dependencies.nalgebra]
version = "0.34"

[dependencies.ndarray]
version = "0.17"
optional = true

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

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

[dependencies.quantity]
version = "0.12"
features = [
    "nalgebra",
    "num-dual",
]

[dependencies.rayon]
version = "1.11"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]

[dependencies.thiserror]
version = "2.0"

[dependencies.typenum]
version = "1.16"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.quantity]
version = "0.12"
features = ["approx"]