# 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 = "2021" name = "coordinate-transformer" version = "1.7.0" authors = ["azishio"] description = "Provides functions and structures for converting geocentric Cartesian coordinates, latitude and longitude, JPR, and pixel coordinates." homepage = "https://crates.io/crates/coordinate-transformer" documentation = "https://docs.rs/coordinate-transformer" readme = "README.md" keywords = [ "longitude", "latitude", "jpr", "pixel", ] categories = [ "mathematics", "science::geo", ] license = "MIT OR Apache-2.0" repository = "https://github.com/azishio/coordinate-transformer-rs" [dependencies.num] version = "0.4.3" [dependencies.vec-x] version = "0.2.0" optional = true [dev-dependencies.close-to] version = "0.1.0"