# 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 = "seuif97" version = "1.1.4" authors = ["Cheng Maohua "] exclude = ["/dynamic_lib"] description = "The high-speed IAPWS-IF97 package with C and Python binding" homepage = "https://github.com/thermalogic/" readme = "README.md" keywords = [ "IF97", "IAPWS-IF97", ] categories = ["science"] license = "MIT" repository = "https://github.com/thermalogic/RustSEUIF97/" [lib] name = "seuif97" crate-type = [ "rlib", "cdylib", ] [[bench]] name = "speed_benchmark" harness = false [dependencies.pyo3] version = "0.19.2" features = ["extension-module"] optional = true [dev-dependencies.assert_approx_eq] version = "1.1.0" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [features] cdecl = [] python = ["pyo3"] stdcall = []