# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "thermocouple" version = "0.1.3" authors = ["Richard Meadows "] description = "thermocouple routines" documentation = "https://docs.rs/thermocouple" readme = "README.md" keywords = ["thermocouple", "temperature", "measurement"] categories = ["science"] license = "Apache-2.0/MIT" repository = "https://github.com/richardeoin/thermocouple" [package.metadata.docs.rs] features = ["default"] [[example]] name = "k_type" required-features = ["k-type", "f64"] [[example]] name = "j_type" required-features = ["f64"] [dependencies.libm] version = "0.1.4" optional = true [features] default = ["f64", "k-type"] extrapolate = [] f32 = [] f64 = [] k-type = ["libm"] use_serde = []