coolprop-sys 7.2.1

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

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

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

[dependencies.libloading]
version = "0.8"

[build-dependencies.bindgen]
version = "0.72"
optional = true

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

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

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

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

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