24 lines
703 B
TOML
24 lines
703 B
TOML
[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]
|
|
# 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"
|