[package]
edition = "2021"
rust-version = "1.89"
name = "ezu-features"
version = "0.3.0"
authors = ["Eukarya Inc."]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GIS feature parsing (MVT, GeoJSON) for ezu"
homepage = "https://github.com/reearth/ezu"
readme = "README.md"
keywords = [
"mvt",
"geojson",
"vector-tile",
"gis",
"ezu",
]
categories = [
"graphics",
"rendering",
"science::geo",
"parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/reearth/ezu"
[lib]
name = "ezu_features"
path = "src/lib.rs"
[dependencies.delaunator]
version = "1"
[dependencies.ezu-core]
version = "0.3.0"
[dependencies.geo]
version = "0.33"
[dependencies.geojson]
version = "0.24"
[dependencies.geozero]
version = "0.15"
features = ["with-mvt"]
default-features = false
[dependencies.i_overlay]
version = "6"
[dependencies.serde_json]
version = "1"
[dependencies.thiserror]
version = "2"
[dependencies.voronoice]
version = "0.2"