wbprojection 0.1.0

Whitebox Projections is a map projection library for Rust, inspired by PROJ
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "wbprojection"
version = "0.1.0"
authors = ["John Lindsay, Whitebox Geospatial Inc."]
build = false
exclude = ["dev/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Whitebox Projections is a map projection library for Rust, inspired by PROJ"
homepage = "https://github.com/jblindsay/whitebox_next_gen"
documentation = "https://docs.rs/wbprojection"
readme = "README.md"
keywords = [
    "gis",
    "projection",
    "cartography",
    "geodesy",
    "maps",
]
categories = [
    "science",
    "mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jblindsay/whitebox_next_gen"

[features]
default = []
serde = ["dep:serde"]

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

[[example]]
name = "simd_batch_transform"
path = "examples/simd_batch_transform.rs"

[[bench]]
name = "simd_benchmarks"
path = "benches/simd_benchmarks.rs"
harness = false

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

[dependencies.thiserror]
version = "1.0"

[dependencies.wbgeotiff]
version = "0.1.0"

[dependencies.wide]
version = "1.2"

[dev-dependencies.approx]
version = "0.5"

[dev-dependencies.criterion]
version = "0.5"