this_algorithm/spatial-coordinate-systems/Cargo.toml

25 lines
724 B
TOML
Raw Normal View History

[package]
name = "spatial-coordinate-systems"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
2023-03-20 00:19:18 -04:00
# Excluding because rustc-serialize does not work with wasm
# dms-coordinates v1.1.0
# └── initial_conditions v0.4.0
# └── num v0.1.42
# ├── num-bigint v0.1.44
# │ └── rustc-serialize v0.3.24 <==
# ├── num-complex v0.1.43
# │ └── rustc-serialize v0.3.24 <==
# └── num-rational v0.1.42
# └── rustc-serialize v0.3.24 <==
# dms-coordinates = "1.1.0"
nom = "7.1.3"
pluscodes = "0.5.0"
utm = "0.1.6"
2023-03-24 18:42:14 -04:00
thiserror = "1.0.38"