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