# 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 = "2018" rust-version = "1.59.0" name = "gsw" version = "0.2.2" authors = [ "Guilherme Castelão ", "Luiz Irber ", ] description = "TEOS-10 v3.06.12 Gibbs Seawater Oceanographic Toolbox in Rust" documentation = "https://docs.rs/gsw" readme = "README.md" keywords = [ "oceanography", "seawater", ] categories = [ "science", "no-std", ] license = "BSD-3-Clause" repository = "https://github.com/castelao/GSW-rs" [package.metadata.capi] min_version = "0.7.3" [package.metadata.capi.header] enabled = true generation = false name = "gswteos-10.h" subdirectory = false [profile.dev] [lib] name = "gsw" bench = false [[bench]] name = "volume" harness = false [dependencies.libc] version = "0.2" optional = true [dependencies.libm] version = "0.2.8" [dependencies.num-complex] version = "0.4.3" [dependencies.thiserror] version = "1.0.24" optional = true [dev-dependencies.criterion] version = "0.3.6" [dev-dependencies.heapless] version = "0.7" [dev-dependencies.inline-c] version = "0.1" [dev-dependencies.postcard] version = "1.0.2" [dev-dependencies.serde] version = "1.0.126" [build-dependencies.cbindgen] version = "0.26.0" optional = true [features] capi = [ "libc", "std", ] compat = ["invalidasnan"] default = [] invalidasnan = [] nodgdz = [] std = ["thiserror"]