ezu-features 0.3.0

GIS feature parsing (MVT, GeoJSON) for ezu
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"
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"