# 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 = "caliphui" version = "0.1.1" 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/caliphui" [profile.release] opt-level = 2 [lib] crate-type = ["cdylib", "rlib"] [dependencies.caliph] version = "0.1" [dependencies.eframe] version = "0.15" features = ["persistence"] [dependencies.serde] version = "1" features = ["derive"] optional = true [features] default = ["persistence"] persistence = ["eframe/persistence", "serde"]