# 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 = "2021" name = "aga8" version = "0.4.0" authors = ["Roy Vegard Ovesen "] description = "AGA8 and GERG2008 equations of state" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/royvegard/aga8.git" [package.metadata.docs.rs] all-features = true [package.metadata.winres] OriginalFilename = "aga8.dll" [profile.release] opt-level = "z" lto = true strip = true [lib] name = "aga8" crate-type = [ "rlib", "staticlib", "cdylib", ] [[bench]] name = "benchmarks" harness = false [dependencies] [dev-dependencies.criterion] version = "0.3" [dev-dependencies.rand] version = "0.8.5" [build-dependencies.cbindgen] version = "0.24.3" [build-dependencies.winres] version = "0.1" [features] extern = []