[package]
name = "tinymvt"
version = "0.2.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/ciscorn/tinymvt"
description = "Simple library for serializing Mapbox Vector Tile (MVT) with minimal dependencies."
[dependencies]
foldhash = "0.1.5"
indexmap = "2.9.0"
prost = "0.13.5"
[build-dependencies]
prost-build = "0.13.5"