longitude 0.2.2

Work with real world coordinates in Rust!
Documentation
[dependencies.lazy_static]
optional = true
version = "1.4.0"

[dependencies.libm]
version = "0.2.5"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0.81"

[features]
default = ["std"]
serde = ["dep:serde", "dep:serde_json"]
std = ["dep:lazy_static"]

[lib]
name = "longitude"
path = "src/lib.rs"

[package]
authors = ["Benjamin Faerber"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Work with real world coordinates in Rust!"
edition = "2021"
homepage = "https://github.com/benfaerber/longitude"
keywords = ["coordinates", "mapping", "math", "maps"]
license = "MIT"
name = "longitude"
readme = "README.md"
repository = "https://github.com/benfaerber/longitude"
version = "0.2.2"