[package] name = "unit_conversion" version = "0.2.0" edition = "2021" description = "Library to convert physical units." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] approx = "0.5.1" lazy_static = "1.4.0"