rfluids 0.3.1

🦀 Rusty CoolProp wrapper
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"
rust-version = "1.85.0"
name = "rfluids"
version = "0.3.1"
authors = ["Vladimir Portyanikhin <v.portyanikhin@ya.ru>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "🦀 Rusty CoolProp wrapper"
homepage = "https://github.com/portyanikhin/rfluids"
readme = "README.md"
keywords = [
    "CoolProp",
    "fluids",
    "mixtures",
    "humid-air",
    "thermodynamics",
]
categories = [
    "api-bindings",
    "science",
]
license = "MIT"
repository = "https://github.com/portyanikhin/rfluids"

[features]
regen-bindings = ["coolprop-sys/regen-bindings"]
serde = ["dep:serde"]

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

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

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

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

[dependencies.bon]
version = "3.9"

[dependencies.coolprop-sys]
version = "7.2.1"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.strum]
version = "0.28"

[dependencies.strum_macros]
version = "0.28"

[dependencies.thiserror]
version = "2"

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

[dev-dependencies.paste]
version = "1"

[dev-dependencies.rayon]
version = "1.11"

[dev-dependencies.rstest]
version = "0.26"