[build-dependencies.bindgen]
version = "0.71"
[dependencies.libloading]
version = "0.8"
[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 = "6.8.0"
[target.'cfg(all(target_os = "linux", target_arch = "x86_64"))'.dependencies.coolprop-sys-linux-x86-64]
version = "6.8.0"
[target.'cfg(all(target_os = "macos", target_arch = "aarch64"))'.dependencies.coolprop-sys-macos-aarch64]
version = "6.8.0"
[target.'cfg(all(target_os = "macos", target_arch = "x86_64"))'.dependencies.coolprop-sys-macos-x86-64]
version = "6.8.0"
[target.'cfg(all(target_os = "windows", target_arch = "aarch64"))'.dependencies.coolprop-sys-windows-aarch64]
version = "6.8.0"
[target.'cfg(all(target_os = "windows", target_arch = "x86_64"))'.dependencies.coolprop-sys-windows-x86-64]
version = "6.8.0"