# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kissunits" version = "2.0.0" authors = ["Parga Cacheiro, Dominic (dominic.parga@gmail.com)"] description = "Different units (like distances or coordinates), keeping it small and simple" readme = "README.md" keywords = ["distance", "meters", "si-units", "velocity", "haversine"] categories = ["data-structures", "date-and-time", "mathematics", "science"] license = "Apache-2.0" repository = "https://github.com/dominicparga/kissunits" [[example]] name = "basic" path = "examples/basic.rs"