aga8 0.6.1

AGA8 and GERG2008 equations of state
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benches/benchmarks.rs"

[build-dependencies.cbindgen]
version = "0.29.2"

[build-dependencies.winres]
version = "0.1"

[dependencies]

[dev-dependencies.assert_float_eq]
version = "1.1"

[dev-dependencies.criterion]
version = "0.7.0"

[dev-dependencies.rand]
version = "0.9.2"

[[example]]
name = "demo"
path = "examples/demo.rs"

[[example]]
name = "gerg_demo"
path = "examples/gerg_demo.rs"

[[example]]
name = "iteration_test"
path = "examples/iteration_test.rs"

[features]
extern = []

[lib]
crate-type = ["rlib", "staticlib", "cdylib"]
name = "aga8"
path = "src/lib.rs"

[package]
authors = ["Roy Vegard Ovesen <roy.vegard.ovesen@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "AGA8 and GERG2008 equations of state"
edition = "2021"
license-file = "LICENSE"
name = "aga8"
readme = "README.md"
repository = "https://github.com/royvegard/aga8.git"
version = "0.6.1"

[package.metadata.docs.rs]
all-features = true

[package.metadata.winres]
OriginalFilename = "aga8.dll"

[profile.bench]
debug = 2
opt-level = 3

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

[[test]]
name = "gerg-tests"
path = "tests/gerg-tests.rs"

[[test]]
name = "integration-tests"
path = "tests/integration-tests.rs"

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