[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"