coolprop-sys 7.2.0

Raw FFI bindings to CoolProp
Documentation
[build-dependencies.bindgen]
optional = true
version = "0.72"

[dependencies.libloading]
version = "0.8"

[features]
regen-bindings = ["dep:bindgen"]

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

[package]
authors = ["Vladimir Portyanikhin <v.portyanikhin@ya.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "science"]
description = "Raw FFI bindings to CoolProp"
edition = "2024"
homepage = "https://github.com/portyanikhin/rfluids"
keywords = ["CoolProp", "ffi", "bindings"]
license = "MIT"
name = "coolprop-sys"
readme = "README.md"
repository = "https://github.com/portyanikhin/rfluids"
rust-version = "1.85.0"
version = "7.2.0"

[target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'.dependencies.coolprop-sys-linux-x86-64]
version = "7.2.0"

[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies.coolprop-sys-macos-aarch64]
version = "7.2.0"

[target.'cfg(all(target_os = "macos", target_arch = "x86_64"))'.dependencies.coolprop-sys-macos-x86-64]
version = "7.2.0"

[target.'cfg(all(target_os = "windows", target_arch = "aarch64"))'.dependencies.coolprop-sys-windows-aarch64]
version = "7.2.0"

[target.'cfg(all(target_os = "windows", target_arch = "x86_64"))'.dependencies.coolprop-sys-windows-x86-64]
version = "7.2.0"