martini 0.2.0

RTIN mesh generation for terrain data based on the Martini algorithm
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 = "martini"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RTIN mesh generation for terrain data based on the Martini algorithm"
readme = "README.md"
keywords = [
    "terrain",
    "mesh",
    "rtin",
    "martini",
    "heightmap",
]
categories = [
    "algorithms",
    "graphics",
    "science::geo",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/reearth/terrain-codec"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

[dependencies]

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

[dev-dependencies.image]
version = "0.25"