mappers 0.8.0

Pure Rust geographical projections library
Documentation
[dependencies.const_soft_float]
default-features = false
version = "^0.1.4"

[dependencies.float-cmp]
default-features = false
features = ["std"]
version = "0.10"

[dependencies.geographiclib-rs]
default-features = false
version = "^0.2.5"

[dependencies.thiserror]
default-features = false
version = "2.0"

[dependencies.tracing]
default-features = false
features = ["attributes"]
optional = true
version = "0.1"

[dev-dependencies.float-cmp]
default-features = false
features = ["std"]
version = "0.10"

[dev-dependencies.proj]
default-features = false
features = ["pkg_config"]
version = "0.31"

[dev-dependencies.rand]
version = "0.9"

[features]
tracing = ["dep:tracing"]

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

[package]
authors = ["Jakub Lewandowski <scaleweather@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "science"]
description = "Pure Rust geographical projections library"
edition = "2024"
exclude = [".github/*", ".vscode/*", ".idea/*", "data/*"]
keywords = ["geography", "map", "projection"]
license = "Apache-2.0"
name = "mappers"
readme = "README.md"
repository = "https://github.com/ScaleWeather/mappers"
version = "0.8.0"

[[test]]
name = "basic_correctness"
path = "tests/basic_correctness.rs"

[[test]]
name = "conversion"
path = "tests/conversion.rs"

[[test]]
name = "multithreading"
path = "tests/multithreading.rs"