# 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 = "coord_transforms" version = "1.4.0" authors = ["David Kramer "] description = "A Rust crate use for performing coordinate transformations." readme = "README.md" keywords = [ "coordinates", "geospatial", "transforms", "transformations", ] categories = [ "algorithms", "embedded", "science", "parsing", ] license = "MIT" repository = "https://github.com/DaveKram/coord_transforms" [dependencies.float-cmp] version = "0.9.0" [dependencies.nalgebra] version = "0.31.0" [dev-dependencies.chrono] version = "0.4.19" [dev-dependencies.minifb] version = "0.23.0" [dev-dependencies.rayon] version = "1.5.3"