# 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 = "unit-conversions" version = "0.1.16" authors = ["Mark Timmings "] exclude = [ "./github", "./example", ] description = "Various units of measurement conversions" homepage = "https://github.com/putridparrot/RustUnits" documentation = "https://github.com/putridparrot/RustUnits" readme = "README.md" keywords = [ "units", "measurement", "conversions", ] license = "MIT" repository = "https://github.com/putridparrot/RustUnits" [dev-dependencies.assert_approx_eq] version = "1.1.0"