tinymvt 0.3.0

A lightweight library for encoding and decoding Mapbox Vector Tiles (MVT)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "tinymvt"
authors = ["Taku Fukada <naninunenor@gmail.com>", "asrcpq"]
version = "0.3.0"
edition = "2024"
license = "MIT"
repository = "https://github.com/ciscorn/tinymvt"
description = "A lightweight library for encoding and decoding Mapbox Vector Tiles (MVT)"

[dependencies]
foldhash = "0.2.0"
indexmap = "2.9.0"
prost = "0.14.0"

[build-dependencies]
prost-build = "0.14.0"