# 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] name = "measurements" version = "0.11.0" authors = ["James O'Cull ", "Jonathan Pallant ", "Hannah McLaughlin ", "Danilo Bargen ", "Tim Alberdingk Thijm "] description = "Handle metric, imperial, and other measurements with ease! Types: Length, Temperature, Weight, Volume, Pressure" documentation = "https://docs.rs/measurements" readme = "README.md" keywords = ["measurements", "lengths", "weights", "temperatures", "volumes"] license = "MIT" repository = "https://github.com/rust-embedded-community/rust-measurements" [dependencies.libm] version = "0.2" [dependencies.regex] version = "1" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [features] from_str = ["regex", "std"] std = []