tinymvt 0.2.3

A lightweight library for encoding Mapbox Vector Tiles (MVT)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "tinymvt"
version = "0.2.3"
edition = "2024"
license = "MIT"
repository = "https://github.com/ciscorn/tinymvt"
description = "A lightweight library for encoding Mapbox Vector Tiles (MVT)"

[dependencies]
foldhash = "0.1.5"
indexmap = "2.9.0"
prost = "0.13.5"

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