-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
23 lines (18 loc) · 704 Bytes
/
Copy pathCargo.toml
File metadata and controls
23 lines (18 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[package]
name = "coordinate-transformer"
version = "1.7.0"
authors = ["azishio"]
edition = "2021"
description = "Provides functions and structures for converting geocentric Cartesian coordinates, latitude and longitude, JPR, and pixel coordinates."
documentation = "https://docs.rs/coordinate-transformer"
homepage = "https://crates.io/crates/coordinate-transformer"
repository = "https://github.com/azishio/coordinate-transformer-rs"
readme = "README.md"
keywords = ["longitude", "latitude", "jpr", "pixel"]
categories = ["mathematics", "science::geo"]
license = "MIT OR Apache-2.0"
[dev-dependencies]
close-to = "0.1.0"
[dependencies]
num = "0.4.3"
vec-x = { version = "0.2.0", optional = true }