coordtransform 0.4.0

Provide mutual conversions between Baidu Coordinate System (BD09), Mars Coordinate System (GCJ02), and WGS84 Coordinate System.
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 = "2024"
name = "coordtransform"
version = "0.4.0"
authors = ["Athan Xiao <athan.xiao@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provide mutual conversions between Baidu Coordinate System (BD09), Mars Coordinate System (GCJ02), and WGS84 Coordinate System."
readme = "README.md"
keywords = [
    "coordinate",
    "transform",
    "gis",
    "map",
]
categories = [
    "science",
    "algorithms",
]
license = "MIT"
repository = "https://github.com/athxx/coordtransform-rs"

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

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

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

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

[dependencies]

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