# 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" name = "caliph" version = "0.1.4" authors = ["Peter Dunne "] description = "A simple tool to calibrate and convert pH measurements using a two point method" homepage = "https://www.applied-magnetism.com/" readme = "README.md" categories = ["mathematics", "science"] license = "MPL-2.0" repository = "https://github.com/pdunne/caliph-rs" [package.metadata.docs.rs] rustdoc-args = ["--html-in-header", "./src/katex.html"] [lib] name = "libcaliph" path = "src/libcaliph/lib.rs" [[bin]] name = "caliph" path = "src/bin/caliph.rs" [[bin]] name = "conph" path = "src/bin/conph.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "2.33" [dependencies.float-cmp] version = "0.9" [dependencies.num-traits] version = "0.2" [dependencies.splines] version = "4.0" [dependencies.termcolor] version = "1.1"